mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
version bump to 2.11.9
This commit is contained in:
parent
e1cc30c347
commit
5ecaa4f702
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/2011009.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/2011009.txt
Normal 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
|
Loading…
Reference in a new issue