We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5634df1 commit a514f28Copy full SHA for a514f28
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 150
+## v2.36.0 - 150 (2025-08-05)
4
5
- Add a widget showing all non-archived cards
6
- Prevent the keyboard from overlapping the save button in edit and group screens
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "me.hackerchick.catima"
18
minSdk = 21
19
targetSdk = 35
20
- versionCode = 149
21
- versionName = "2.35.1"
+ versionCode = 150
+ versionName = "2.36.0"
22
23
vectorDrawables.useSupportLibrary = true
24
multiDexEnabled = true
0 commit comments