Release 1.4.0

This commit is contained in:
Sylvia van Os
2020-11-28 16:39:01 +01:00
parent 9744dfe6ff
commit c49f26db95
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v1.4.0 (2020-11-28)
Changes:

View File

@@ -13,8 +13,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 16
targetSdkVersion 29
versionCode 47
versionName "1.3.0"
versionCode 48
versionName "1.4.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {