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

Commit 7c8f74ab authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 2.4

parent 03cbe4f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

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

@@ -43,7 +43,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "2.4-beta4-ose"
            versionName "2.4-ose"
        }
    }