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 995d75c commit 4376bf0Copy full SHA for 4376bf0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 164
+## v2.41.7 - 164 (2026-03-06)
4
5
Android 5.0 and 5.1 are no longer supported starting with this release. If you want to use Catima on these versions, please use version 2.41.6.
6
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "me.hackerchick.catima"
20
minSdk = 23
21
targetSdk = 36
22
- versionCode = 163
23
- versionName = "2.41.6"
+ versionCode = 164
+ versionName = "2.41.7"
24
25
vectorDrawables.useSupportLibrary = true
26
multiDexEnabled = true
0 commit comments