allowBackup:true set in Library? · Issue #38 · bmelnychuk/AndroidTreeView · GitHub
Skip to content

allowBackup:true set in Library? #38

Description

@dualbootsoftware

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions