We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7577ac9 + 43e89a9 commit a1c7572Copy full SHA for a1c7572
2 files changed
.gitignore
@@ -8,3 +8,4 @@ build
8
.settings/
9
.classpath
10
bazel-*
11
+.DS_Store
runner/AndroidTestOrchestratorSample/app/build.gradle
@@ -11,6 +11,7 @@ android {
versionName "1.0"
12
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
+ testInstrumentationRunnerArguments clearPackageData: 'true'
15
}
16
buildTypes {
17
release {
0 commit comments