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

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

Version bump to 4.1.1-beta1

parent 81aa9522
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 401000005
        versionName '4.1'		// check suffixes, too
        versionCode 401010000
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

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