Getting this build error:
Error :Execution failed for task ':app:processDebugManifest'. Manifest merger failed : Attribute application@label value=(@string/launcher_title) from AndroidManifest.xml:23:9-47 is also present at [com.pavelsikun:vintage-chroma:1.4] AndroidManifest.xml:13:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:21:5-104:19 to override.
I suspect this line in the library manifest to be the cause. A library should not need application tag attributes at all. Here are some example AndroidManifest.xml files from other libraries: (1), (2), (3), (4).
Getting this build error:
Error :Execution failed for task ':app:processDebugManifest'. Manifest merger failed : Attribute application@label value=(@string/launcher_title) from AndroidManifest.xml:23:9-47 is also present at [com.pavelsikun:vintage-chroma:1.4] AndroidManifest.xml:13:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:21:5-104:19 to override.
I suspect this line in the library manifest to be the cause. A library should not need application tag attributes at all. Here are some example
AndroidManifest.xml
files from other libraries: (1), (2), (3), (4).