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

Commit 05d19707 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 2.1-beta1

parent a97be98b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

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

        minSdkVersion 19        // Android 4.4
        targetSdkVersion 28     // Android 8.1
        targetSdkVersion 28     // Android 9.0

        // when using this, make sure that notification icons are real bitmaps
        vectorDrawables.useSupportLibrary = true
@@ -32,7 +32,7 @@ android {
    flavorDimensions "type"
    productFlavors {
        standard {
            versionName "2.0.4-ose"
            versionName "2.1-beta1-ose"

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