Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3addab5b authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 2.3

parent 1bfacff3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 267
        versionCode 272
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
        buildConfigField "boolean", "customCerts", "true"

@@ -34,7 +34,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "2.2.3.1-ose"
            versionName "2.3-ose"
        }
    }