Skip to content

Commit a1c7572

Browse files
authored
Merge pull request #372 from android/ftl
Update orchestrator sample to use clearPackageData
2 parents 7577ac9 + 43e89a9 commit a1c7572

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ build
88
.settings/
99
.classpath
1010
bazel-*
11+
.DS_Store

runner/AndroidTestOrchestratorSample/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ android {
1111
versionName "1.0"
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14+
testInstrumentationRunnerArguments clearPackageData: 'true'
1415
}
1516
buildTypes {
1617
release {

0 commit comments

Comments
 (0)