We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12edfb0 commit 2ea8768Copy full SHA for 2ea8768
3 files changed
app/build.gradle.kts
@@ -19,7 +19,7 @@ object AppInfo {
19
20
private const val VERSION_MAJOR = 3
21
private const val VERSION_MINOR = 12
22
- private const val VERSION_PATCH = 0
+ private const val VERSION_PATCH = 1
23
private const val VERSION_BUILD = 0
24
25
val versionCode: Int = (VERSION_MAJOR * 1_000_000 + VERSION_MINOR * 10_000 + VERSION_PATCH * 100 + VERSION_BUILD)
app/src/main/res/raw/aboutlibraries.json
fastlane/metadata/android/en-US/changelogs/3120100.txt
@@ -0,0 +1,5 @@
1
+This version brings the following updates:
2
+
3
+* Fix filtering by tag not working as expected with non-english characters
4
5
+Thank you for using the app!
0 commit comments