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

Unverified Commit 4950a239 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.2-rc.1

parent 49ba32e6
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 402000004
        versionCode 402000005
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

        minSdkVersion 21        // Android 5
@@ -51,7 +51,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "4.2.0-beta.1-ose"
            versionName "4.2.rc.1-ose"
        }
    }