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

Commit 918c2647 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.0

parent 1bf66770
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 400000004
        versionCode 400000005
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

        minSdkVersion 21        // Android 5
@@ -55,7 +55,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "4.0-beta4-ose"
            versionName "4.0-ose"
        }
    }