Move buildType to flavor and add hashes for pinning of androidTest dependencies

This commit is contained in:
Torsten Grote
2018-07-27 12:40:53 -03:00
parent 05fbb87c06
commit 412381f37e
6 changed files with 43 additions and 24 deletions

View File

@@ -2,6 +2,7 @@
<manifest
package="org.briarproject.briar"
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The following permissions are only needed for taking automatic screenshots (fastlane) -->
<!-- Allows unlocking your device and activating its screen so UI tests can succeed -->
<uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>