wuman / android-oauth-client

Android OAuth Client (android-oauth-client) is a library that helps to easily add an OAuth flow to an existing Android application.
Apache License 2.0
425 stars 107 forks source link

Remove android:allowBackup from library #44

Open tomafc330 opened 9 years ago

tomafc330 commented 9 years ago

This should only be declared in the app -- it's actually giving me an error on my build when I include the library (even when I try to exclude it using tools:replace="android:allowBackup"

loisaidasam commented 9 years ago

:+1:

hannesstruss commented 9 years ago

This seems to be fixed: https://github.com/wuman/android-oauth-client/commit/6ab709b7235eb810cbf8a4623fea58ca95600528

any chance we could get a release? This is currently breaking my build.