You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like the library project's manifest includes allowBackup and supportsRtl application attributes. I don't think these are necessary, since it's application's role to define whether it supports RTL/backup.
Right now the presence of these attributes is problematic, since if the consumer of the library explicitly sets allowBackup=false in their app's Manifest, the manifest merger complains about duplicate element, forcing the developer to use <tools:replace="android:allowBackup">
I'm happy to submit a pull request if what I say makes sense to you
The text was updated successfully, but these errors were encountered:
Seems like the library project's manifest includes
allowBackup
andsupportsRtl
application attributes. I don't think these are necessary, since it's application's role to define whether it supports RTL/backup.Right now the presence of these attributes is problematic, since if the consumer of the library explicitly sets
allowBackup=false
in their app's Manifest, the manifest merger complains about duplicate element, forcing the developer to use<tools:replace="android:allowBackup">
I'm happy to submit a pull request if what I say makes sense to you
The text was updated successfully, but these errors were encountered: