Closed patelhari closed 4 years ago
@Rahul-Hooda i am facing the same issue with 1.6.0 but 1.1.0 is fine what is the solution to this.
@Poras05 - PnP SDK also uses Volley library internally for network calls. Manifest merger error is caused when your app also uses some version of volley. You can try with below code -
implementation ('com.payumoney.sdkui:plug-n-play:1.6.0'){
exclude group: 'com.android.volley'
}