mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
version bump to v2.11.8
This commit is contained in:
parent
8448b8c501
commit
45a7ede73b
2 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
applicationId "it.niedermann.owncloud.notes"
|
applicationId "it.niedermann.owncloud.notes"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 2011007
|
versionCode 2011008
|
||||||
versionName "2.11.7"
|
versionName "2.11.8"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/2011008.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/2011008.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
- 🐞 ArrayIndexOutOfBoundsException when clicking on Settings in some languages (#768)
|
Loading…
Reference in a new issue