Skip to content

Commit e5733e5

Browse files
committed
Fix App"s
1 parent 164ffd6 commit e5733e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

runner/AndroidJunitRunnerSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
dependencies {
46-
// App"s dependencies, including test
46+
// App's dependencies, including test
4747
implementation "androidx.annotation:annotation:" + rootProject.androidxAnnotationVersion;
4848
implementation "com.google.guava:guava:" + rootProject.guavaVersion
4949

runner/AndroidTestOrchestratorSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
// App"s dependencies, including test
43+
// App's dependencies, including test
4444
implementation "androidx.annotation:annotation:" + rootProject.androidxAnnotationVersion;
4545
implementation "com.google.guava:guava:" + rootProject.guavaVersion
4646

runner/AndroidTestOrchestratorWithTestCoverageSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
dependencies {
28-
// App"s dependencies, including test
28+
// App's dependencies, including test
2929
implementation "androidx.annotation:annotation:" + rootProject.androidxAnnotationVersion
3030
implementation "com.google.guava:guava:" + rootProject.guavaVersion
3131

0 commit comments

Comments
 (0)