mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
disable google test tracking
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
257ac81f73
commit
e8eae2a537
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ android {
|
|||
testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"
|
||||
testInstrumentationRunnerArgument "TEST_SERVER_USERNAME", "${NC_TEST_SERVER_USERNAME}"
|
||||
testInstrumentationRunnerArgument "TEST_SERVER_PASSWORD", "${NC_TEST_SERVER_PASSWORD}"
|
||||
testInstrumentationRunnerArguments disableAnalytics: 'true'
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
|
|
Loading…
Reference in a new issue