How to integrate PayPal sdk with Gradle Android -
i want know steps of how integrate paypal sdk gradle android. read in document, imported .jar file. copied .so files jnilibs folder. still classes mention in manifest ion red color. ex com.paypal.android.sdk.payments.paypalservice
you can use dependency integrate paypal trough gradle:
compile 'com.paypal.sdk:paypal-android-sdk:2.15.1'
Comments
Post a Comment