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

Commit 19be3c34 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Version bump to 4.1.1; add F-Droid changelog

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

        versionCode 401010001
        versionCode 401010002
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

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

+5 −0
Original line number Diff line number Diff line
* add warning to avoid apostrophes in account names
* show a warning when disk space is low, which will stop synchronization
* delete dirty events without instances before syncing
* minor optimizations and bug fixes