Skip to content

Commit 9f89fb2

Browse files
authored
Merge pull request #472 from android/renovate/main-all
Update all dependencies (main)
2 parents bce949a + 37f0bc0 commit 9f89fb2

File tree

11 files changed

+30
-28
lines changed

11 files changed

+30
-28
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

AdaptiveUiCodelab/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ androidGradlePlugin = "8.5.0"
33
composeBom = "2024.06.00"
44
coreKtx = "1.13.1"
55
activityCompose = "1.9.0"
6-
espressoCore = "3.5.1"
6+
espressoCore = "3.6.0"
77
junit = "4.13.2"
8-
junitVersion = "1.1.5"
8+
junitVersion = "1.2.0"
99
kotlin = "2.0.0"
1010
kotlinxCoroutinesAndroid = "1.8.1"
1111
lifecycle = "2.8.2"

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ dependencies {
105105

106106
implementation "androidx.activity:activity-compose:1.9.0"
107107
implementation "androidx.appcompat:appcompat:1.7.0"
108+
implementation "androidx.tracing:tracing:1.2.0"
108109

109110
def composeBom = platform('androidx.compose:compose-bom:2024.06.00')
110111
implementation(composeBom)
@@ -128,11 +129,11 @@ dependencies {
128129
implementation "io.coil-kt:coil-compose:2.6.0"
129130

130131
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"
132+
androidTestImplementation "androidx.test:core:1.6.0"
133+
androidTestImplementation "androidx.test:runner:1.6.0"
134+
androidTestImplementation "androidx.test:rules:1.6.0"
135+
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.0"
136+
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.0"
136137
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
137138
androidTestImplementation "com.google.dagger:hilt-android:2.51.1"
138139
androidTestImplementation "com.google.dagger:hilt-android-testing:2.51.1"

BasicLayoutsCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

BasicStateCodelab/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

BasicsCodelab/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

MigrationCodelab/app/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dependencies {
7777
implementation "androidx.recyclerview:recyclerview:1.3.2"
7878
implementation "androidx.room:room-runtime:2.6.1"
7979
implementation "androidx.room:room-ktx:2.6.1"
80+
implementation "androidx.tracing:tracing:1.2.0"
8081
implementation "androidx.viewpager2:viewpager2:1.1.0"
8182
implementation "androidx.work:work-runtime-ktx:2.9.0"
8283
implementation "com.github.bumptech.glide:glide:4.16.0"
@@ -97,14 +98,14 @@ dependencies {
9798

9899
// Testing dependencies
99100
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"
101+
androidTestImplementation "androidx.test.espresso:espresso-contrib:3.6.0"
102+
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.0"
103+
androidTestImplementation "androidx.test.espresso:espresso-intents:3.6.0"
104+
androidTestImplementation "androidx.test.ext:junit:1.2.0"
104105
androidTestImplementation "androidx.test.uiautomator:uiautomator:2.3.0"
105106
androidTestImplementation "androidx.work:work-testing:2.9.0"
106107
androidTestImplementation "com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:4.1.1"
107108
androidTestImplementation "com.google.truth:truth:1.4.2"
108109
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
109110
testImplementation "junit:junit:4.13.2"
110-
}
111+
}

NavigationCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

PerformanceCodelab/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ media3 = "1.3.1"
99
org-jetbrains-kotlin-android = "2.0.0"
1010
core-ktx = "1.13.1"
1111
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"
1414
lifecycle-runtime-ktx = "2.8.2"
1515
activity-compose = "1.9.0"
1616
compose-bom = "2024.06.00"

TestingCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

ThemingCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ dependencies {
119119
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.2"
120120
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2"
121121

122-
androidTestImplementation 'androidx.test:rules:1.5.0'
123-
androidTestImplementation 'androidx.test:runner:1.5.2'
122+
androidTestImplementation 'androidx.test:rules:1.6.0'
123+
androidTestImplementation 'androidx.test:runner:1.6.0'
124124

125125
}
126126

0 commit comments

Comments
 (0)