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

Commit b2a5a1b1 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.1.1-rc.1

parent 6af033a3
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 401010000
        versionCode 401010001
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

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