Skip to content

Commit

Permalink
release: SDK 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed May 22, 2024
1 parent 7cbd16b commit 1235959
Show file tree
Hide file tree
Showing 4 changed files with 11,871 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/buildSrc/src/main/java/Consts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object ProjectConsts {
}

object SDKConsts {
const val VERSION = "2.0.0"
const val VERSION = "2.0.1"
const val API_LEVEL = 200
const val MESSAGING_API_LEVEL = 12

Expand Down
2 changes: 1 addition & 1 deletion Sources/sdk/proguard-sdk-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

-keep @interface androidx.annotation.Keep
-keep @androidx.annotation.Keep class *
-keep @androidx.annotation.Keep class * {*;}
-keepclasseswithmembers class * {
@androidx.annotation.Keep <fields>;
}
Expand Down
1 change: 1 addition & 0 deletions proguard-mappings/2.0.1/checksum.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3a90a0951a3268bec0e5a4b63f307ec9f9b1b2fd public-sdk/Batch.aar
Loading

0 comments on commit 1235959

Please sign in to comment.