deano2390/FlowTextView

Project has a manifest causing a manifer merger fail

Opened this issue · 1 comments

When including the project via gradle (Android Studio):

Error:(101, 9) Attribute application@icon value=(@drawable/ic_logo) from AndroidManifest.xml:101:9
Error:(103, 9) Attribute application@theme value=(@style/Theme.XXXX) from AndroidManifest.xml:103:9
is also present at uk.co.deanwild:flowtextview:2.0.2:14:9 value=(@style/AppTheme)
Suggestion: add 'tools:replace="android:theme"' to element at AndroidManifest.xml:97:5 to override

(Not critical, The error it self has a override suggestion)

+1 for fixing this issue.

The override does work in this case but having the icons present in the library is causing similar problems in #20 and #21