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 845a505 commit ff5ab24Copy full SHA for ff5ab24
pluto-kotlin-client-sdk/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
5
6
buildscript {
7
ext.versionCode = 14
8
- ext.versionName = '0.6.4'
+ ext.versionName = '0.6.5'
9
}
10
11
android {
pluto-kotlin-client-sdk/proguard-rules.pro
@@ -19,3 +19,5 @@
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
#-renamesourcefileattribute SourceFile
22
+
23
+-keepclassmembers enum * { *; }
0 commit comments