silvaren / easyrs

Convenience RenderScript tools for processing common Android formats such as Bitmap and NV21.
MIT License
153 stars 26 forks source link

Prevent manifest merger failure #16

Closed torgarak closed 2 years ago

torgarak commented 5 years ago

This is to prevent Gradle sync error.

ERROR: Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:14:9-36
    is also present at [io.github.silvaren:easyrs:0.5.3] AndroidManifest.xml:12:9-35 value=(true).
    Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:12:5-27:19 to override.