Skip to content

Commit

Permalink
Update Proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
ioan-ghisoi-cko committed Jul 20, 2020
1 parent 8bb7dc2 commit 6b5e4dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android-sdk/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
-dontshrink
-dontoptimize
-dontpreverify
-keep class com.checkout.*** { *; }
-keep class com.checkout.** { *; }
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontshrink
-dontoptimize
-dontpreverify
-keep class com.checkout.** { *; }

0 comments on commit 6b5e4dd

Please sign in to comment.