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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-16 12:41:28 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-16 12:41:28 +0300
commit5ecaa4f702177ba4cef4e16d18418bfd5b7dbe13 (patch)
treee680ef6784543f79e0fe6009928e916cda2b966a
parente1cc30c34710e323a61fa1fcead5c10708fd7615 (diff)
version bump to 2.11.9v2.11.9
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2011009.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8d4cd27b..e9be1dcf 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2011008
- versionName "2.11.8"
+ versionCode 2011009
+ versionName "2.11.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/fastlane/metadata/android/en-US/changelogs/2011009.txt b/fastlane/metadata/android/en-US/changelogs/2011009.txt
new file mode 100644
index 00000000..f5c74772
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/2011009.txt
@@ -0,0 +1,3 @@
+- 💡 Display some tips about how different errors can be handled instead of only displaying the stacktraces
+- 🔗 Increase minSdk version to 16 to match Nextcloud (which is a requirement)
+- 🐞 Fix TokenMismatchException when deleting and readding an account