version bump to v2.11.8

This commit is contained in:
Stefan Niedermann 2020-04-08 10:30:25 +02:00
parent 8448b8c501
commit 45a7ede73b
2 changed files with 3 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
versionCode 2011007
versionName "2.11.7"
versionCode 2011008
versionName "2.11.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1 @@
- 🐞 ArrayIndexOutOfBoundsException when clicking on Settings in some languages (#768)