version bump to 2.11.10

This commit is contained in:
Stefan Niedermann 2020-04-16 11:49:53 +02:00
parent 5ecaa4f702
commit 12ee76d0e1
2 changed files with 6 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
versionCode 2011009
versionName "2.11.9"
versionCode 2011010
versionName "2.11.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1,4 @@
- 💡 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
- 🌎 Language updates