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

@@ -1,5 +1,5 @@
app_package_name "org.briarproject.briar.android.screenshot"
app_package_name "org.briarproject.briar.android.screenshot.debug"
locales ['en-US']
app_apk_path "build/outputs/apk/screenshot/briar-android-screenshot.apk"
tests_apk_path "build/outputs/apk/androidTest/screenshot/briar-android-screenshot-androidTest.apk"
app_apk_path "build/outputs/apk/screenshot/debug/briar-android-screenshot-debug.apk"
tests_apk_path "build/outputs/apk/androidTest/screenshot/debug/briar-android-screenshot-debug-androidTest.apk"
test_instrumentation_runner "org.briarproject.briar.android.test.BriarTestRunner"