Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allowBackup=false in AndroidManifest #42

Merged
merged 1 commit into from
Mar 27, 2018
Merged

Conversation

mndewitt
Copy link

@mndewitt mndewitt commented Mar 5, 2018

A recent pull in React Native changed the AndroidManifest templates to use allowBackup=false. When upgrading using 'react-native-git-upgrade' for example, the project's allowBackup will be automatically set to false. You will then get the following error with this package:

Execution failed for task ':app:processReleaseManifest'.
> Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:11:7-34
  	is also present at [chatConsoleMobile:react-native-autoheight-webview:unspecified] AndroidManifest.xml:12:9-35 value=(true).

@iou90 iou90 merged commit 58dc1dc into iou90:master Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants