After added paypal sdk my apk size increses about 13 mb from its actual apk size. Used PayPal sdk for futur payment in andoird and gradle link added
compile('com.paypal.sdk:paypal-android-sdk:2.13.1')
how to reduce size for apk?
After added paypal sdk my apk size increses about 13 mb from its actual apk size. Used PayPal sdk for futur payment in andoird and gradle link added
compile('com.paypal.sdk:paypal-android-sdk:2.13.1')
how to reduce size for apk?
If you aren't using io.card remove it from project like:
instead of that just add this code into your build.gradle file. it removes io card scanning because io card scanning increases apk size.