Skip to content

Commit

Permalink
Release Catima 2.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Jan 15, 2025
1 parent 2624924 commit be54c50
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 - 145
## v2.34.3 - 145 (2025-01-15)

- Target Android 15
- Fix keyboard covering save button in edit screen
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 35
versionCode = 144
versionName = "2.34.2"
versionCode = 145
versionName = "2.34.3"

vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down

0 comments on commit be54c50

Please sign in to comment.