Closed ymytkalyk-waverleysoftware closed 6 years ago
Don't pollute application tag with attributes, e.g.
<application android:allowBackup="true" android:supportsRtl="true" />
Should be replaced with
<application/>
Because that adds the tags to main manifest while merging the library and conflicts with supportsRtl=false", etc.
Fix on https://github.com/lopspower/CircularImageView/commit/74a62546086287f3d16c0f2a59a60f7e5d153bfd
Don't pollute application tag with attributes, e.g.
Should be replaced with
Because that adds the tags to main manifest while merging the library and conflicts with supportsRtl=false", etc.