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

Unverified Commit 48bd99e0 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.2.0.2

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

        versionCode 402000007
        versionCode 402000008
        versionName '4.2.0.2'
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

        minSdkVersion 21        // Android 5
@@ -51,7 +52,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "4.2.0.1-ose"
            versionNameSuffix "-ose"
        }
    }