Skip to content

Commit 1044d50

Browse files
Update all dependencies
1 parent f03b23d commit 1044d50

63 files changed

Lines changed: 117 additions & 117 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AccessibilityCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ android {
8686
}
8787

8888
dependencies {
89-
def composeBom = platform('androidx.compose:compose-bom:2026.06.00')
89+
def composeBom = platform('androidx.compose:compose-bom:2026.06.01')
9090
implementation(composeBom)
9191
testImplementation(composeBom)
9292
androidTestImplementation(composeBom)

AccessibilityCodelab/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ buildscript {
2121
}
2222

2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:9.2.1'
24+
classpath 'com.android.tools.build:gradle:9.3.1'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10"
2626
}
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '8.7.0'
30+
id 'com.diffplug.spotless' version '8.8.0'
3131
id 'org.jetbrains.kotlin.plugin.compose' version "2.3.10" apply false
3232
}
3333

AccessibilityCodelab/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

AccessibilityCodelab/gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AccessibilityCodelab/gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdaptiveUiCodelab/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
androidGradlePlugin = "9.2.1"
3-
composeBom = "2026.06.00"
2+
androidGradlePlugin = "9.3.1"
3+
composeBom = "2026.06.01"
44
coreKtx = "1.19.0"
55
activityCompose = "1.13.0"
66
espressoCore = "3.7.0"

AdaptiveUiCodelab/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

AdaptiveUiCodelab/gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdaptiveUiCodelab/gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
implementation "androidx.appcompat:appcompat:1.7.1"
103103
implementation "androidx.tracing:tracing:1.3.0"
104104

105-
def composeBom = platform('androidx.compose:compose-bom:2026.06.00')
105+
def composeBom = platform('androidx.compose:compose-bom:2026.06.01')
106106
implementation(composeBom)
107107
androidTestImplementation(composeBom)
108108
implementation "androidx.compose.runtime:runtime"
@@ -119,8 +119,8 @@ dependencies {
119119
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
120120
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
121121

122-
implementation "com.google.dagger:hilt-android:2.59.2"
123-
ksp "com.google.dagger:hilt-compiler:2.59.2"
122+
implementation "com.google.dagger:hilt-android:2.60.1"
123+
ksp "com.google.dagger:hilt-compiler:2.60.1"
124124
ksp "org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10"
125125

126126
implementation "io.coil-kt:coil-compose:2.7.0"
@@ -132,8 +132,8 @@ dependencies {
132132
androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0"
133133
androidTestImplementation "androidx.test.ext:junit-ktx:1.3.0"
134134
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
135-
androidTestImplementation "com.google.dagger:hilt-android:2.59.2"
136-
androidTestImplementation "com.google.dagger:hilt-android-testing:2.59.2"
137-
kspAndroidTest "com.google.dagger:hilt-compiler:2.59.2"
135+
androidTestImplementation "com.google.dagger:hilt-android:2.60.1"
136+
androidTestImplementation "com.google.dagger:hilt-android-testing:2.60.1"
137+
kspAndroidTest "com.google.dagger:hilt-compiler:2.60.1"
138138
kspAndroidTest "org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10"
139139
}

0 commit comments

Comments
 (0)