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

Remove backup to prevent manifest merger conflicts #13

Merged
merged 1 commit into from
Jun 22, 2014
Merged

Remove backup to prevent manifest merger conflicts #13

merged 1 commit into from
Jun 22, 2014

Conversation

kevinthecity
Copy link
Contributor

Not exactly sure if there was a reason for the "allowBackup" in the libraries manifest, but it seems to be the cause of a Gradle import issue. I don't know what version of Gradle this became an issue in, but it is present on my project using Gradle 0.11+ and Android Studio 0.6.1.

The error thrown is a manifest merge error. This change puts the manifest more in line with the SackList manifest

Currently, the solution to get around this is to set useOldManifestMerger true in your gradle build properties.

screen shot 2014-06-14 at 7 33 39 pm

commonsguy added a commit that referenced this pull request Jun 22, 2014
Remove backup to prevent manifest merger conflicts
@commonsguy commonsguy merged commit ab03ad4 into commonsguy:master Jun 22, 2014
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.

None yet

2 participants