File tree Expand file tree Collapse file tree 9 files changed +22
-22
lines changed
AdvancedStateAndSideEffectsCodelab/app
PerformanceCodelab/gradle Expand file tree Collapse file tree 9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ dependencies {
110110
111111 implementation ' androidx.navigation:navigation-compose:2.7.7'
112112
113- androidTestImplementation ' androidx.test:rules:1.5 .0'
114- androidTestImplementation ' androidx.test:runner:1.5.2 '
113+ androidTestImplementation ' androidx.test:rules:1.6 .0'
114+ androidTestImplementation ' androidx.test:runner:1.6.0 '
115115
116116 // TODO: Bump to latest after Espresso 3.5.0 goes stable
117117 // (due to https://github.com/robolectric/robolectric/issues/6593)
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ androidGradlePlugin = "8.5.0"
33composeBom = " 2024.06.00"
44coreKtx = " 1.13.1"
55activityCompose = " 1.9.0"
6- espressoCore = " 3.5.1 "
6+ espressoCore = " 3.6.0 "
77junit = " 4.13.2"
8- junitVersion = " 1.1.5 "
8+ junitVersion = " 1.2.0 "
99kotlin = " 2.0.0"
1010kotlinxCoroutinesAndroid = " 1.8.1"
1111lifecycle = " 2.8.2"
Original file line number Diff line number Diff line change @@ -130,11 +130,11 @@ dependencies {
130130 implementation " io.coil-kt:coil-compose:2.6.0"
131131
132132 androidTestImplementation " junit:junit:4.13.2"
133- androidTestImplementation " androidx.test:core:1.5 .0"
134- androidTestImplementation " androidx.test:runner:1.5.2 "
135- androidTestImplementation " androidx.test:rules:1.5 .0"
136- androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1 "
137- androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5 "
133+ androidTestImplementation " androidx.test:core:1.6 .0"
134+ androidTestImplementation " androidx.test:runner:1.6.0 "
135+ androidTestImplementation " androidx.test:rules:1.6 .0"
136+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
137+ androidTestImplementation " androidx.test.ext:junit-ktx:1.2.0 "
138138 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
139139 androidTestImplementation " com.google.dagger:hilt-android:2.51.1"
140140 androidTestImplementation " com.google.dagger:hilt-android-testing:2.51.1"
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ dependencies {
7575 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.2'
7676 implementation ' androidx.activity:activity-compose:1.9.0'
7777 testImplementation ' junit:junit:4.13.2'
78- androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
79- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
78+ androidTestImplementation ' androidx.test.ext:junit:1.2.0 '
79+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.0 '
8080 androidTestImplementation " androidx.compose.ui:ui-test-junit4"
8181 debugImplementation " androidx.compose.ui:ui-tooling"
8282}
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ dependencies {
9797
9898 // Testing dependencies
9999 androidTestImplementation " androidx.arch.core:core-testing:2.2.0"
100- androidTestImplementation " androidx.test.espresso:espresso-contrib:3.5.1 "
101- androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1 "
102- androidTestImplementation " androidx.test.espresso:espresso-intents:3.5.1 "
103- androidTestImplementation " androidx.test.ext:junit:1.1.5 "
100+ androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.0 "
101+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
102+ androidTestImplementation " androidx.test.espresso:espresso-intents:3.6.0 "
103+ androidTestImplementation " androidx.test.ext:junit:1.2.0 "
104104 androidTestImplementation " androidx.test.uiautomator:uiautomator:2.3.0"
105105 androidTestImplementation " androidx.work:work-testing:2.9.0"
106106 androidTestImplementation " com.google.truth:truth:1.4.2"
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ dependencies {
101101
102102 // Testing dependencies
103103 androidTestImplementation " androidx.arch.core:core-testing:2.2.0"
104- androidTestImplementation " androidx.test.espresso:espresso-contrib:3.5.1 "
105- androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1 "
104+ androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.0 "
105+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
106106
107107 // Compose testing dependencies
108108 androidTestImplementation " androidx.compose.ui:ui-test-junit4"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ media3 = "1.3.1"
99org-jetbrains-kotlin-android = " 2.0.0"
1010core-ktx = " 1.13.1"
1111junit = " 4.13.2"
12- androidx-test-ext-junit = " 1.1.5 "
13- espresso-core = " 3.5.1 "
12+ androidx-test-ext-junit = " 1.2.0 "
13+ espresso-core = " 3.6.0 "
1414lifecycle-runtime-ktx = " 2.8.2"
1515activity-compose = " 1.9.0"
1616compose-bom = " 2024.06.00"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildscript {
2727 activityComposeVersion = ' 1.9.0'
2828 coreTestingVersion = ' 2.2.0'
2929 coroutinesVersion = " 1.5.2"
30- espressoVersion = ' 3.5.1 '
30+ espressoVersion = ' 3.6.0 '
3131 fragmentVersion = ' 1.8.0'
3232 junitVersion = ' 4.13.1'
3333 kotlinVersion = ' 2.0.0'
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ dependencies {
120120 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.2"
121121 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2"
122122
123- androidTestImplementation ' androidx.test:rules:1.5 .0'
124- androidTestImplementation ' androidx.test:runner:1.5.2 '
123+ androidTestImplementation ' androidx.test:rules:1.6 .0'
124+ androidTestImplementation ' androidx.test:runner:1.6.0 '
125125
126126}
127127
You can’t perform that action at this time.
0 commit comments