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

Commit 80971c52 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 2.0.2

parent 23abf7c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 242
        versionCode 243
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
        buildConfigField "boolean", "customCerts", "true"

@@ -32,7 +32,7 @@ android {
    flavorDimensions "type"
    productFlavors {
        standard {
            versionName "2.0.1-ose"
            versionName "2.0.2-ose"

            buildConfigField "boolean", "customCerts", "true"
        }