Skip to content

Commit

Permalink
Add Proguard rules for AndroidX version of material components (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Sep 24, 2019
1 parent 6d4f16e commit e5a98c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions stripe/proguard-rules.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
-keep class android.support.design.widget.TextInputLayout { *; }
-keep class android.support.design.widget.CollapsingTextHelper { *; }
# Rules for IconTextInputLayout
-keep class com.google.android.material.textfield.TextInputLayout { *; }
-keep class com.google.android.material.internal.CollapsingTextHelper { *; }

# Rules for BouncyCastle
-keep class org.bouncycastle.jcajce.provider.** { *; }
-keep class org.bouncycastle.jce.provider.** { *; }

Expand Down

0 comments on commit e5a98c7

Please sign in to comment.