Hi,
I'm running into a problem where my app has
<application android:allowBackup="false" tools:replace="allowBackup" />
There seems to be a Gradle/Android bug that causes that to fail because the AndroidTreeView Library has
<application android:allowBackup="true" />
Is there a reason this is set in the library manifest file itself? I was thinking maybe it wasn't necessary?
Thanks for the great software!
Hi,
I'm running into a problem where my app has
There seems to be a Gradle/Android bug that causes that to fail because the AndroidTreeView Library has
Is there a reason this is set in the library manifest file itself? I was thinking maybe it wasn't necessary?
Thanks for the great software!