Skip to content

Commit 9e69cb0

Browse files
committed
Update proguard-rules.pro for android-23
android-23 removed some APIs that our SDK uses internally. Luckily, we only conditionally use these APIs on older devices so this is a non-issue for our SDK running on android-23. This change adds instructions to ignore warnings from proguard stating that these APIs do not exist when using `compileSdkVersion = 23` since we already have checks in place.
1 parent 0e71f10 commit 9e69cb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ParseStarterProject/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323
# Required for Parse
2424
-keepattributes *Annotation*
2525
-keepattributes Signature
26+
-dontwarn android.net.SSLCertificateSocketFactory
27+
-dontwarn android.app.Notification
2628
-dontwarn com.squareup.**
2729
-dontwarn okio.**

0 commit comments

Comments
 (0)