Skip to content

Commit 8dd3b3f

Browse files
committed
Bump Espresso 3.6.1
1 parent 9e65617 commit 8dd3b3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MPChartExample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ dependencies {
4242
implementation 'com.google.android.material:material:1.12.0'
4343
implementation project(':MPChartLib')
4444

45-
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
45+
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1"
4646
androidTestImplementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2"
4747
androidTestUtil "androidx.test.services:test-services:1.5.0"
48-
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1"
49-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1'
48+
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
49+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.1'
5050
}

0 commit comments

Comments
 (0)