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

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

Version bump to 2.0.6-beta1

parent e549a258
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 248
        versionCode 249
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
        buildConfigField "boolean", "customCerts", "true"

@@ -32,7 +32,7 @@ android {
    flavorDimensions "type"
    productFlavors {
        standard {
            versionName "2.0.5-ose"
            versionName "2.0.6-beta1-ose"

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