Release 1.9

This commit is contained in:
Sylvia van Os
2021-02-22 23:01:24 +01:00
parent 2dba2c63a8
commit d2f5cd05b5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v1.9 (2021-02-22)
Changes:

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 19
targetSdkVersion 29
versionCode 58
versionName "1.8.1"
versionCode 59
versionName "1.9"
vectorDrawables.useSupportLibrary true
}