You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments