Skip to content

Commit 1ffade5

Browse files
authored
chore(deps): upgrade AndroidX Test libraries to the latest version (#62)
Signed-off-by: iusmac <iusico.maxim@libero.it>
1 parent 6bb3384 commit 1ffade5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
roborazzi_version = '1.45.1'
1616
// https://mvnrepository.com/artifact/androidx.test.espresso/espresso-core
1717
// https://mvnrepository.com/artifact/androidx.test.espresso/espresso-contrib
18-
def espresso_version = '3.6.1'
18+
def espresso_version = '3.7.0-alpha04'
1919
libs = [
2020
// https://mvnrepository.com/artifact/androidx.activity/activity
2121
// https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/main/current/androidx/m2repository/androidx/activity/activity/
@@ -78,13 +78,13 @@ buildscript {
7878
room_runtime : "androidx.room:room-runtime:$room_version",
7979
room_testing : "androidx.room:room-testing:$room_version",
8080
// https://mvnrepository.com/artifact/androidx.test/core
81-
test_core : 'androidx.test:core:1.6.1',
81+
test_core : 'androidx.test:core:1.7.0-alpha03',
8282
// https://mvnrepository.com/artifact/androidx.test.ext/junit
83-
test_ext_junit : 'androidx.test.ext:junit:1.2.1',
83+
test_ext_junit : 'androidx.test.ext:junit:1.3.0-alpha03',
8484
// https://mvnrepository.com/artifact/androidx.test/rules
85-
test_rules : 'androidx.test:rules:1.6.1',
85+
test_rules : 'androidx.test:rules:1.7.0-alpha03',
8686
// https://mvnrepository.com/artifact/androidx.test/runner
87-
test_runner : 'androidx.test:runner:1.6.2',
87+
test_runner : 'androidx.test:runner:1.7.0-alpha03',
8888
// https://mvnrepository.com/artifact/androidx.lifecycle/lifecycle-viewmodel
8989
// https://android.googlesource.com/platform/prebuilts/sdk/+/refs/heads/main/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-android/
9090
viewmodel : 'androidx.lifecycle:lifecycle-viewmodel:2.9.0-alpha08'

0 commit comments

Comments
 (0)