6136f589c1
* With the upcoming changes, and the increasing number of external libraries being used, plus the usage of Kotlin, it's getting harder and harder to build this with the AOSP build system. * It's best to leverage the existing gradle build system instead, and use the apk that builds. * Add a script which downloads the apk matching the tag if a tag is checked out, otherwise downloads the latest.
6 lines
No EOL
208 B
XML
6 lines
No EOL
208 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<permissions>
|
|
<privapp-permissions package="com.stevesoltys.backup">
|
|
<permission name="android.permission.BACKUP"/>
|
|
</privapp-permissions>
|
|
</permissions> |