Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2022-02-01 12:44:25 +0300
committerRicki Hirner <hirner@bitfire.at>2022-02-01 13:00:55 +0300
commit19be3c34bd44985d2bb4d5af327399af7da79a31 (patch)
tree7ce049fb5ca4896d415720c0be936e4c191f5319
parent64bd373611705a7bbe1b681ef001c80c7b24367d (diff)
Version bump to 4.1.1; add F-Droid changelogv4.1.1-ose
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/401010002.txt5
2 files changed, 7 insertions, 2 deletions
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
+