payu-intrepos / payumoney-new-sample-app

New Sample App For PayUmoney and PnP SKD integration
40 stars 37 forks source link

[com.payumoney.sdkui:plug-n-play:1.0.0] AndroidManifest.xml:17:9-36 value=(false). #23

Closed rkandroid closed 4 years ago

rkandroid commented 6 years ago

May you people pleasae remove allowBackup=false attribute from library or make it's value true it's clashes with other librarires included in our projects.

Manifest merger failed : Attribute application@allowBackup value=(true) from [ai.devsupport.instamojo:instamojolib:0.1.5] AndroidManifest.xml:12:9-35 is also present at [com.payumoney.sdkui:plug-n-play:1.0.0] AndroidManifest.xml:17:9-36 value=(false).

Redman1037 commented 6 years ago

You can write tools:replace="android:allowBackup" inside manifest application tag to remove this error.