omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

Fix for manifest merge issue. #41

Closed dlykoits closed 8 years ago

dlykoits commented 8 years ago

can't use android:allowBackup="false" in manifest...

Error:Execution failed for task ':app:processDevDebugManifest'.

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:19:9-36 is also present at [com.github.orangegangsters:swipy:1.2.2] AndroidManifest.xml:11:18-44 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:17:5-59:19 to override.

oliveeyay commented 8 years ago

Thanks :)