Skip to content

Commit ff5ab24

Browse files
committed
Add keepclassmembers
1 parent 845a505 commit ff5ab24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pluto-kotlin-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
55

66
buildscript {
77
ext.versionCode = 14
8-
ext.versionName = '0.6.4'
8+
ext.versionName = '0.6.5'
99
}
1010

1111
android {

pluto-kotlin-client-sdk/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
23+
-keepclassmembers enum * { *; }

0 commit comments

Comments
 (0)