Release 1.6.0

This commit is contained in:
Sylvia van Os
2020-12-15 23:27:47 +01:00
parent bb866819db
commit cf20d03fb3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v1.6.0 (2020-12-15)
Changes:

View File

@@ -13,8 +13,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 19
targetSdkVersion 29
versionCode 51
versionName "1.5.1"
versionCode 52
versionName "1.6.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {