-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proguard error on Android SDK 23 #47
Comments
See klassm@4225498 I've merged those two available pull requests allowing to build an aar that can be used against sdk 23. I won't create a pull request - feel free to take what you want. |
Fixed in master! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your library cannot be used together with Android sdk 23, as proguard throws an error:
Warning: de.duenndns.ssl.MemorizingTrustManager: can't find referenced method 'void setLatestEventInfo(android.content.Context,java.lang.CharSequence,java.lang.CharSequence,android.app.PendingIntent)' in library class android.app.Notification
This is a real show stopper - with that dependency your library cannot be used any more.
The text was updated successfully, but these errors were encountered: