Skip to content

Commit

Permalink
Merge pull request #1290 from Adyen/fix/proguard_cash_app
Browse files Browse the repository at this point in the history
Suppress ProGuard issues coming from Cash App SDK
  • Loading branch information
OscarSpruit authored Aug 9, 2023
2 parents d66f851 + 731ab2e commit c093274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example-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

# Temporary rules to fix an issue with the Cash App SDK
-dontwarn kotlinx.serialization.KSerializer
-dontwarn kotlinx.serialization.Serializable

0 comments on commit c093274

Please sign in to comment.