version bump to 2.11.9

This commit is contained in:
Stefan Niedermann 2020-04-16 11:41:28 +02:00
parent e1cc30c347
commit 5ecaa4f702
2 changed files with 5 additions and 2 deletions

View file

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

View file

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