Skip to content

Commit

Permalink
Merge pull request #4983 from nextcloud/disableGoogleTracking
Browse files Browse the repository at this point in the history
disable google test tracking
  • Loading branch information
AndyScherzinger authored Dec 12, 2019
2 parents 257ac81 + e8eae2a commit cbf59eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbf59eb

Please sign in to comment.