Version bump to 4.1.1; add F-Droid changelog

This commit is contained in:
Ricki Hirner 2022-02-01 10:44:25 +01:00
parent 64bd373611
commit 19be3c34bd
2 changed files with 7 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -0,0 +1,5 @@
* 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