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
First off, thanks for the wonderful library. Made certain requirements in my application a breeze!
Unfortunately, currently clients using this library must include tools:replace="allowBackup,android:label" for their apps to compile. This is due to the example library's manifest including
First off, thanks for the wonderful library. Made certain requirements in my application a breeze!
Unfortunately, currently clients using this library must include
tools:replace="allowBackup,android:label"
for their apps to compile. This is due to the example library's manifest includinghttps://github.com/wasabeef/fresco-processors/blob/master/example/src/main/AndroidManifest.xml#L10
and
https://github.com/wasabeef/fresco-processors/blob/master/example/src/main/AndroidManifest.xml#L17
Please remove the samples from the published artifact so we won't have to manually override these attributes in our app.
The text was updated successfully, but these errors were encountered: