Release Catima 2.36.0

This commit is contained in:
Sylvia van Os 2025-08-05 18:10:57 +02:00
parent 5634df1f5a
commit a514f285f7
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased - 150
## v2.36.0 - 150 (2025-08-05)
- Add a widget showing all non-archived cards
- Prevent the keyboard from overlapping the save button in edit and group screens

View File

@ -17,8 +17,8 @@ android {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 35
versionCode = 149
versionName = "2.35.1"
versionCode = 150
versionName = "2.36.0"
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true