mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
version bump to 2.11.6
This commit is contained in:
parent
253b2e92c1
commit
9017105f27
2 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId "it.niedermann.owncloud.notes"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode 2011005
|
||||
versionName "2.11.5"
|
||||
versionCode 2011006
|
||||
versionName "2.11.6"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/2011006.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/2011006.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
- 🐞 ArrayIndexOutOfBoundsException when clicking on Settings (#768)
|
||||
- 🌎 Language updates
|
Loading…
Reference in a new issue