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 7cbd16b commit 1235959Copy full SHA for 1235959
Sources/buildSrc/src/main/java/Consts.kt
@@ -11,7 +11,7 @@ object ProjectConsts {
11
}
12
13
object SDKConsts {
14
- const val VERSION = "2.0.0"
+ const val VERSION = "2.0.1"
15
const val API_LEVEL = 200
16
const val MESSAGING_API_LEVEL = 12
17
Sources/sdk/proguard-sdk-release.txt
@@ -61,7 +61,7 @@
61
62
63
-keep @interface androidx.annotation.Keep
64
--keep @androidx.annotation.Keep class *
+-keep @androidx.annotation.Keep class * {*;}
65
-keepclasseswithmembers class * {
66
@androidx.annotation.Keep <fields>;
67
proguard-mappings/2.0.1/checksum.sha
@@ -0,0 +1 @@
1
+3a90a0951a3268bec0e5a4b63f307ec9f9b1b2fd public-sdk/Batch.aar
0 commit comments