diff --git a/app/build.gradle b/app/build.gradle index 7aa75bd9..1dc9c0cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } } diff --git a/fastlane/metadata/android/en-US/changelogs/401010002.txt b/fastlane/metadata/android/en-US/changelogs/401010002.txt new file mode 100644 index 00000000..2c9c00e2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/401010002.txt @@ -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 +