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

Commit 1bf66770 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.0-beta3

parent 75bd04e8
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 400000003
        versionCode 400000004
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

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