Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Remove android:allowBackup="true" #5

Merged
merged 1 commit into from Oct 5, 2015
Merged

Remove android:allowBackup="true" #5

merged 1 commit into from Oct 5, 2015

Conversation

Sloy
Copy link
Contributor

@Sloy Sloy commented Oct 5, 2015

Allow apps using the library to select their own backup option without needing to override it. Libraries should't use allowBackup in theeir manifest. This provokes a build error in recent versions of the Gradle plugin when the application sets the value to false.

Temporary workaround is to add tools:replace="android:allowBackup" to the application tag in the app's manifest.

I'm creating the pull request against master because I don't see there is any other branch for development.

Allow apps using the library to select their own backup option without needing to override it. Libraries should't use allowBackup in theeir manifest. This provokes a build error in recent versions of the Gradle plugin when the application sets this value to false.

Temporary workaround is to add `tools:replace="android:allowBackup"` to the *application* tag in the app's manifest.
truizlop added a commit that referenced this pull request Oct 5, 2015
@truizlop truizlop merged commit f1f34c7 into truizlop:master Oct 5, 2015
@truizlop
Copy link
Owner

truizlop commented Oct 5, 2015

Thanks, my mistake, I forgot to remove it.

@Sloy
Copy link
Contributor Author

Sloy commented Oct 5, 2015

Thank you ;)

@Sloy Sloy deleted the feature/remove-allow-backup branch October 5, 2015 16:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants