-
-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: #1546 add proguard rules for push provisioning
- Loading branch information
Remon
committed
Dec 18, 2023
1 parent
ab2088c
commit b6742c0
Showing
4 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-dontwarn com.stripe.android.pushProvisioning.PushProvisioningActivity$g | ||
-dontwarn com.stripe.android.pushProvisioning.PushProvisioningActivityStarter$Args | ||
-dontwarn com.stripe.android.pushProvisioning.PushProvisioningActivityStarter$Error | ||
-dontwarn com.stripe.android.pushProvisioning.PushProvisioningActivityStarter | ||
-dontwarn com.stripe.android.pushProvisioning.PushProvisioningEphemeralKeyProvider | ||