Skip to content

Commit

Permalink
fix(websdk/proguard): fix wrong proguard-rules of gplayapi
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Jul 7, 2022
1 parent 7e60b7d commit 8750bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions core-websdk/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
##---------------Begin: proguard configuration for GPlay API ----------
-keep public class com.aurora.gplayapi.** { *; }
##---------------End: proguard configuration for GPlay API ----------
6 changes: 1 addition & 5 deletions core-websdk/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

##---------------Begin: proguard configuration for GPlay API ----------
-keep public class com.aurora.gplayapi.** { *; }
##---------------End: proguard configuration for GPlay API ----------
#-renamesourcefileattribute SourceFile

0 comments on commit 8750bca

Please sign in to comment.