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 115981e commit ecf3b57Copy full SHA for ecf3b57
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 140
+## v2.32.1 - 140 (2024-10-29)
4
5
- Fix text wrapping on add dialog
6
app/build.gradle.kts
@@ -21,8 +21,8 @@ android {
21
applicationId = "me.hackerchick.catima"
22
minSdk = 21
23
targetSdk = 34
24
- versionCode = 139
25
- versionName = "2.32.0"
+ versionCode = 140
+ versionName = "2.32.1"
26
27
vectorDrawables.useSupportLibrary = true
28
multiDexEnabled = true
0 commit comments