Bump version, add changelog
This commit is contained in:
parent
90848fde95
commit
edb80cd45c
2 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
|
|
||||||
versionCode 20
|
versionCode 21
|
||||||
versionName "1.8.0"
|
versionName "1.9.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelog/21.txt
Normal file
2
fastlane/metadata/android/en-US/changelog/21.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Features:
|
||||||
|
* Swipe to remove notifications (#117)
|
Loading…
Reference in a new issue