Release Catima 2.5.0

This commit is contained in:
Sylvia van Os
2021-09-10 20:58:17 +02:00
parent 5709c8dbec
commit 7c54c01dfe
10 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 82 (2021-09-03)
## v2.5.0 - 82 (2021-09-10)
- Improved support for screen readers
- Don't crash when trying to open a video from gallery

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 19
targetSdkVersion 30
versionCode 81
versionName "2.4.0"
versionCode 82
versionName "2.5.0"
vectorDrawables.useSupportLibrary true
multiDexEnabled true