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 1ea125d commit e921aabCopy full SHA for e921aab
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 122
+## v2.23.2 - 122
4
5
- Long-press card icon in view activity to change it
6
- Improve button styling in Groups screen
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "me.hackerchick.catima"
20
minSdk 21
21
targetSdk 33
22
- versionCode 121
23
- versionName "2.23.1"
+ versionCode 122
+ versionName "2.23.2"
24
25
vectorDrawables.useSupportLibrary true
26
multiDexEnabled true
0 commit comments