Skip to content

Commit a887835

Browse files
Bump runner from 1.2.0 to 1.3.0
Bumps runner from 1.2.0 to 1.3.0. Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c58b89e commit a887835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation "androidx.core:core-ktx:$core_version"
3232
implementation "com.google.android.material:material:$material_version"
3333
testImplementation 'junit:junit:4.13'
34-
androidTestImplementation 'androidx.test:runner:1.2.0'
34+
androidTestImplementation 'androidx.test:runner:1.3.0'
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3636
}
3737

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ dependencies {
3030
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3131
implementation "com.google.android.material:material:$material_version"
3232
testImplementation 'junit:junit:4.13'
33-
androidTestImplementation 'androidx.test:runner:1.2.0'
33+
androidTestImplementation 'androidx.test:runner:1.3.0'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3535
}

0 commit comments

Comments
 (0)