You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in my app AndroidManifest.xml I specified android:allowBackup="false" but now gradle can't build, I get error:
Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml
is also present at [com.github.yesidlazaro:GmailBackground:1.2.0] AndroidManifest.xml:15:9-35 value=(true).
Why you specify android:allowBackup="true" in your AndroidManifest.xml ?
The text was updated successfully, but these errors were encountered:
Hi, in my app AndroidManifest.xml I specified android:allowBackup="false" but now gradle can't build, I get error:
Why you specify android:allowBackup="true" in your AndroidManifest.xml ?
The text was updated successfully, but these errors were encountered: