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 {
110
110
111
111
implementation ' androidx.navigation:navigation-compose:2.7.7'
112
112
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 '
115
115
116
116
// TODO: Bump to latest after Espresso 3.5.0 goes stable
117
117
// (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"
3
3
composeBom = " 2024.06.00"
4
4
coreKtx = " 1.13.1"
5
5
activityCompose = " 1.9.0"
6
- espressoCore = " 3.5.1 "
6
+ espressoCore = " 3.6.0 "
7
7
junit = " 4.13.2"
8
- junitVersion = " 1.1.5 "
8
+ junitVersion = " 1.2.0 "
9
9
kotlin = " 2.0.0"
10
10
kotlinxCoroutinesAndroid = " 1.8.1"
11
11
lifecycle = " 2.8.2"
Original file line number Diff line number Diff line change @@ -130,11 +130,11 @@ dependencies {
130
130
implementation " io.coil-kt:coil-compose:2.6.0"
131
131
132
132
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 "
138
138
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
139
139
androidTestImplementation " com.google.dagger:hilt-android:2.51.1"
140
140
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 {
75
75
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.2'
76
76
implementation ' androidx.activity:activity-compose:1.9.0'
77
77
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 '
80
80
androidTestImplementation " androidx.compose.ui:ui-test-junit4"
81
81
debugImplementation " androidx.compose.ui:ui-tooling"
82
82
}
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ dependencies {
97
97
98
98
// Testing dependencies
99
99
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 "
104
104
androidTestImplementation " androidx.test.uiautomator:uiautomator:2.3.0"
105
105
androidTestImplementation " androidx.work:work-testing:2.9.0"
106
106
androidTestImplementation " com.google.truth:truth:1.4.2"
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ dependencies {
101
101
102
102
// Testing dependencies
103
103
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 "
106
106
107
107
// Compose testing dependencies
108
108
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"
9
9
org-jetbrains-kotlin-android = " 2.0.0"
10
10
core-ktx = " 1.13.1"
11
11
junit = " 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 "
14
14
lifecycle-runtime-ktx = " 2.8.2"
15
15
activity-compose = " 1.9.0"
16
16
compose-bom = " 2024.06.00"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildscript {
27
27
activityComposeVersion = ' 1.9.0'
28
28
coreTestingVersion = ' 2.2.0'
29
29
coroutinesVersion = " 1.5.2"
30
- espressoVersion = ' 3.5.1 '
30
+ espressoVersion = ' 3.6.0 '
31
31
fragmentVersion = ' 1.8.0'
32
32
junitVersion = ' 4.13.1'
33
33
kotlinVersion = ' 2.0.0'
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ dependencies {
120
120
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.2"
121
121
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2"
122
122
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 '
125
125
126
126
}
127
127
You can’t perform that action at this time.
0 commit comments