Changelog, bump versions
This commit is contained in:
parent
c09e37882e
commit
aebbbd0d44
2 changed files with 10 additions and 2 deletions
|
@ -12,8 +12,8 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
|
||||
versionCode 27
|
||||
versionName "1.13.0"
|
||||
versionCode 28
|
||||
versionName "1.14.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
8
fastlane/metadata/android/en-US/changelog/28.txt
Normal file
8
fastlane/metadata/android/en-US/changelog/28.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
Bugs:
|
||||
* Fixed: Long-click selecting of notifications scrolls to the top (#235, thanks to @wunter8)
|
||||
|
||||
Additional translations:
|
||||
* Italian (thanks to @Genio2003)
|
||||
* Dutch (thanks to @SchoNie)
|
||||
|
||||
Thank you to @wunter8 for proactively picking up some Android tickets, and fixing them! You rock!
|
Loading…
Reference in a new issue