rburgst/okhttp-digest

Manifest shouldn't define unneeded attributes

jruesga opened this issue · 3 comments

Since this library doesn't required backup and doesn't made use of the use, allowBackup and supportsRtl aren't needed and cause apps importing this library to use manifest merger to replace this properties.
For allowBackup isn't currently possible becasue there is a bug that prevents to replace the library property (https://code.google.com/p/android/issues/detail?id=70073).

I fixed it here jruesga@78fb09f (and fixed other lint warnings as well). Since i modify sdk versions and the lint warnings a didn't pushed a pull request, but i could do it easy if you one.

can you send a PR, then I can merge it.

Thanks for the PR!