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

Commit 2b940bfc authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.1-rc.1

parent 22e4c750
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 401000003
        versionCode 401000004
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

        minSdkVersion 21        // Android 5
@@ -50,7 +50,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "4.1-alpha.4-ose"
            versionName "4.1-rc.1-ose"
        }
    }