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 4e8dff1 commit 65a38f3Copy full SHA for 65a38f3
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+Version 1.6.4 *(2025-08-10)*
5
+-----------------------------
6
+
7
+- Fix exporting json data in case of name modified by R8.
8
9
Version 1.6.3 *(2025-08-10)*
10
-----------------------------
11
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
minSdk = libs.versions.minSdk.get().toInt()
17
targetSdk = libs.versions.targetSdk.get().toInt()
18
multiDexEnabled = true
19
- versionCode = 31
20
- versionName = "1.6.3"
+ versionCode = 32
+ versionName = "1.6.4"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
23
ksp {
0 commit comments