Changelog, bump version

This commit is contained in:
Philipp Heckel 2023-03-02 20:55:49 -05:00
parent 8300f0e302
commit 249aae77f0
2 changed files with 4 additions and 2 deletions

View file

@ -14,8 +14,8 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode 32
versionName "1.16.0"
versionCode 33
versionName "1.17.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,2 @@
Bug fixes + maintenance:
* Subscription icons messed up (#634, thanks to @topcaser for reporting, and @wunter8 for fixing)