Release 1.5.0

This commit is contained in:
Sylvia van Os
2020-12-03 20:02:20 +01:00
parent 6bddeb2f75
commit ee30180137
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -13,8 +13,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 19
targetSdkVersion 29
versionCode 49
versionName "1.4.1"
versionCode 50
versionName "1.5.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {