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
I don't see a good reason why Epoxy would need to set this attribute. To actually disable backups for my application, I had to set tools:replace="android:allowBackup" in my manifest.
The text was updated successfully, but these errors were encountered:
Are you using the databinding module? It doesn't seem to be set for the main epoxy module.
I don't think I set this purposefully, and the only thing I can think of is that this is the default when using Android Studio's wizard to create a new module.
I think it should be fine if we remove it. Thanks for bringing it up
See: https://github.com/airbnb/epoxy/search?q=allowBackup&unscoped_q=allowBackup
I don't see a good reason why Epoxy would need to set this attribute. To actually disable backups for my application, I had to set
tools:replace="android:allowBackup"
in my manifest.The text was updated successfully, but these errors were encountered: