File tree Expand file tree Collapse file tree 11 files changed +27
-27
lines changed
AdvancedStateAndSideEffectsCodelab/app
PerformanceCodelab/gradle Expand file tree Collapse file tree 11 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ dependencies {
125125
126126 implementation ' androidx.navigation:navigation-compose:2.7.7'
127127
128- androidTestImplementation ' androidx.test:rules:1.5 .0'
129- androidTestImplementation ' androidx.test:runner:1.5.2 '
128+ androidTestImplementation ' androidx.test:rules:1.6 .0'
129+ androidTestImplementation ' androidx.test:runner:1.6.0 '
130130
131131 // TODO: Bump to latest after Espresso 3.5.0 goes stable
132132 // (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 @@ -128,11 +128,11 @@ dependencies {
128128 implementation " io.coil-kt:coil-compose:2.6.0"
129129
130130 androidTestImplementation " junit:junit:4.13.2"
131- androidTestImplementation " androidx.test:core:1.5 .0"
132- androidTestImplementation " androidx.test:runner:1.5.2 "
133- androidTestImplementation " androidx.test:rules:1.5 .0"
134- androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1 "
135- androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5 "
131+ androidTestImplementation " androidx.test:core:1.6 .0"
132+ androidTestImplementation " androidx.test:runner:1.6.0 "
133+ androidTestImplementation " androidx.test:rules:1.6 .0"
134+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
135+ androidTestImplementation " androidx.test.ext:junit-ktx:1.2.0 "
136136 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
137137 androidTestImplementation " com.google.dagger:hilt-android:2.51.1"
138138 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 @@ -74,8 +74,8 @@ dependencies {
7474 implementation(" androidx.compose.ui:ui-tooling-preview" )
7575 implementation(" androidx.compose.material3:material3" )
7676 testImplementation(" junit:junit:4.13.2" )
77- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
78- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
77+ androidTestImplementation(" androidx.test.ext:junit:1.2.0 " )
78+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
7979 androidTestImplementation(platform(" androidx.compose:compose-bom:2024.06.00" ))
8080 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8181 debugImplementation(" androidx.compose.ui:ui-tooling" )
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ dependencies {
7474 implementation(" androidx.compose.material3:material3" )
7575 implementation(" androidx.compose.material:material-icons-extended" )
7676 testImplementation(" junit:junit:4.13.2" )
77- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
78- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
77+ androidTestImplementation(" androidx.test.ext:junit:1.2.0 " )
78+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
7979 androidTestImplementation(platform(" androidx.compose:compose-bom:2024.06.00" ))
8080 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8181 debugImplementation(" androidx.compose.ui:ui-tooling" )
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.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.1"
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ dependencies {
100100
101101 // Testing dependencies
102102 androidTestImplementation " androidx.arch.core:core-testing:2.2.0"
103- androidTestImplementation " androidx.test.espresso:espresso-contrib:3.5.1 "
104- androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1 "
103+ androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.0 "
104+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
105105
106106 // Compose testing dependencies
107107 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 @@ -108,8 +108,8 @@ dependencies {
108108
109109 // Testing dependencies
110110 androidTestImplementation " androidx.arch.core:core-testing:2.2.0"
111- androidTestImplementation " androidx.test.espresso:espresso-contrib:3.5.1 "
112- androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1 "
111+ androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.0 "
112+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
113113
114114 // Compose testing dependencies
115115 androidTestImplementation " androidx.compose.ui:ui-test"
You can’t perform that action at this time.
0 commit comments