oubowu/PinnedSectionItemDecoration

allowBackup=true

Closed this issue · 2 comments

在library的manifest文件里设置了这个属性,导致项目合并失败,能不能删掉这个属性呀

https://blog.csdn.net/lang523493505/article/details/79359597

<application
...
android:allowBackup="true"
tools:replace="android:allowBackup"
>

强制library覆盖android:allowBackup

你试下

@oubowu 谢谢