Release Catima 2.15.2

This commit is contained in:
Sylvia van Os
2022-02-11 20:04:38 +01:00
parent a5901700b4
commit a9e574a9b4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 103
## v2.15.2 - 103 (2022-02-11)
- Fix manual language selection not applying everywhere
- Fix crash in edit view on regionless locale

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 102
versionName "2.15.1"
versionCode 103
versionName "2.15.2"
vectorDrawables.useSupportLibrary true
multiDexEnabled true