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
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
I already got OkHttp in my classpath (as probably many other users) so I don't need the bundled version of OkHttp from the PayPal Android SDK to decrease the size of the APK and the dex method count.
Is it possible that you ship a version of the JAR without the bundled OkHttp code? This kind of relates to #14: If you would publish your jar to a Maven repository, you can pull in OkHttp as a dependency and Gradle (or Maven) will handle it just fine :)
The text was updated successfully, but these errors were encountered:
I already got OkHttp in my classpath (as probably many other users) so I don't need the bundled version of OkHttp from the PayPal Android SDK to decrease the size of the APK and the dex method count.
Is it possible that you ship a version of the JAR without the bundled OkHttp code? This kind of relates to #14: If you would publish your jar to a Maven repository, you can pull in OkHttp as a dependency and Gradle (or Maven) will handle it just fine :)
The text was updated successfully, but these errors were encountered: