Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Release Catima v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Mar 8, 2024
1 parent 66a91db commit 03a5a38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased - 133
## v2.28.0 - 133 (2024-03-08)

- Target Android 14
- Open card icon in gallery on touch
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 34
versionCode = 132
versionName = "2.27.0"
versionCode = 133
versionName = "2.28.0"

vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down

0 comments on commit 03a5a38

Please sign in to comment.