It causes issue when importing to a project that has it set to false:
Error:Execution failed for task ':app:processSyncmeappDebugManifest'.
> Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:48:9-36
is also present at [com.github.zhukic:sectioned-recyclerview:1.0.0] AndroidManifest.xml:12:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:46:5-852:19 to override.
This:
It causes issue when importing to a project that has it set to false:
Please just remove it. It's an optional flag...