Commit 9e69cb0
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
0 commit comments