Skip to content

Commit 3705a59

Browse files
Update all dependencies
1 parent 4a777b6 commit 3705a59

File tree

34 files changed

+63
-72
lines changed

34 files changed

+63
-72
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
}
7171

7272
dependencies {
73-
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
73+
def composeBom = platform('androidx.compose:compose-bom:2025.01.00')
7474
implementation(composeBom)
7575
testImplementation(composeBom)
7676
androidTestImplementation(composeBom)
@@ -97,9 +97,9 @@ dependencies {
9797
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"
9898

9999
implementation 'androidx.appcompat:appcompat:1.7.0'
100-
implementation 'androidx.activity:activity-ktx:1.9.3'
100+
implementation 'androidx.activity:activity-ktx:1.10.0'
101101
implementation 'androidx.core:core-ktx:1.15.0'
102-
implementation "androidx.activity:activity-compose:1.9.3"
102+
implementation "androidx.activity:activity-compose:1.10.0"
103103

104104
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
105105
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7"

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:8.7.3'
24+
classpath 'com.android.tools.build:gradle:8.8.0'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
2626
}
2727
}
2828

2929
plugins {
30-
id 'com.diffplug.spotless' version '6.25.0'
30+
id 'com.diffplug.spotless' version '7.0.2'
3131
id 'org.jetbrains.kotlin.plugin.compose' version "2.1.0" 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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AccessibilityCodelab/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

AdaptiveUiCodelab/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
androidGradlePlugin = "8.7.3"
3-
composeBom = "2024.12.01"
2+
androidGradlePlugin = "8.8.0"
3+
composeBom = "2025.01.00"
44
coreKtx = "1.15.0"
5-
activityCompose = "1.9.3"
5+
activityCompose = "1.10.0"
66
espressoCore = "3.6.1"
77
junit = "4.13.2"
88
junitVersion = "1.2.1"

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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AdaptiveUiCodelab/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ dependencies {
103103
}
104104
}
105105

106-
implementation "androidx.activity:activity-compose:1.9.3"
106+
implementation "androidx.activity:activity-compose:1.10.0"
107107
implementation "androidx.appcompat:appcompat:1.7.0"
108108
implementation "androidx.tracing:tracing:1.2.0"
109109

110-
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
110+
def composeBom = platform('androidx.compose:compose-bom:2025.01.00')
111111
implementation(composeBom)
112112
androidTestImplementation(composeBom)
113113
implementation "androidx.compose.runtime:runtime"
@@ -125,8 +125,8 @@ dependencies {
125125
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
126126
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
127127
implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version"
128-
implementation "com.google.dagger:hilt-android:2.53.1"
129-
kapt "com.google.dagger:hilt-compiler:2.53.1"
128+
implementation "com.google.dagger:hilt-android:2.55"
129+
kapt "com.google.dagger:hilt-compiler:2.55"
130130

131131
implementation "io.coil-kt:coil-compose:2.7.0"
132132

@@ -137,7 +137,7 @@ dependencies {
137137
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
138138
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1"
139139
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
140-
androidTestImplementation "com.google.dagger:hilt-android:2.53.1"
141-
androidTestImplementation "com.google.dagger:hilt-android-testing:2.53.1"
142-
kaptAndroidTest "com.google.dagger:hilt-compiler:2.53.1"
140+
androidTestImplementation "com.google.dagger:hilt-android:2.55"
141+
androidTestImplementation "com.google.dagger:hilt-android-testing:2.55"
142+
kaptAndroidTest "com.google.dagger:hilt-compiler:2.55"
143143
}

AdvancedStateAndSideEffectsCodelab/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath "com.android.tools.build:gradle:8.7.3"
23+
classpath "com.android.tools.build:gradle:8.8.0"
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
25-
classpath "com.google.dagger:hilt-android-gradle-plugin:2.53.1"
25+
classpath "com.google.dagger:hilt-android-gradle-plugin:2.55"
2626
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.0"
2727
}
2828
}
2929

3030
plugins {
31-
id 'com.diffplug.spotless' version '6.25.0'
31+
id 'com.diffplug.spotless' version '7.0.2'
3232
}
3333

3434
subprojects {

AdvancedStateAndSideEffectsCodelab/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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AdvancedStateAndSideEffectsCodelab/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

BasicLayoutsCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
64+
def composeBom = platform('androidx.compose:compose-bom:2025.01.00')
6565
implementation(composeBom)
6666
androidTestImplementation(composeBom)
6767

@@ -73,7 +73,7 @@ dependencies {
7373
implementation "androidx.compose.ui:ui-tooling-preview"
7474
implementation "com.google.android.material:material:1.12.0"
7575
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
76-
implementation 'androidx.activity:activity-compose:1.9.3'
76+
implementation 'androidx.activity:activity-compose:1.10.0'
7777
testImplementation 'junit:junit:4.13.2'
7878
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
7979
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

BasicLayoutsCodelab/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ buildscript {
1919
mavenCentral()
2020
}
2121
dependencies {
22-
classpath "com.android.tools.build:gradle:8.7.3"
22+
classpath "com.android.tools.build:gradle:8.8.0"
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
2424
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.0"
2525
}
2626
}
2727

2828
plugins {
29-
id 'com.diffplug.spotless' version '6.25.0'
29+
id 'com.diffplug.spotless' version '7.0.2'
3030
}
3131

3232
subprojects {

BasicLayoutsCodelab/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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

BasicLayoutsCodelab/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

MigrationCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
63+
def composeBom = platform('androidx.compose:compose-bom:2025.01.00')
6464
implementation(composeBom)
6565
androidTestImplementation(composeBom)
6666

@@ -74,7 +74,7 @@ dependencies {
7474
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
7575
implementation "androidx.navigation:navigation-fragment-ktx:2.8.5"
7676
implementation "androidx.navigation:navigation-ui-ktx:2.8.5"
77-
implementation "androidx.recyclerview:recyclerview:1.3.2"
77+
implementation "androidx.recyclerview:recyclerview:1.4.0"
7878
implementation "androidx.room:room-runtime:2.6.1"
7979
implementation "androidx.room:room-ktx:2.6.1"
8080
implementation "androidx.tracing:tracing:1.2.0"

MigrationCodelab/build.gradle

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

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:8.7.3"
24+
classpath "com.android.tools.build:gradle:8.8.0"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
2626
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.5"
2727
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.0"
2828
}
2929
}
3030

3131
plugins {
32-
id 'com.diffplug.spotless' version '6.25.0'
32+
id 'com.diffplug.spotless' version '7.0.2'
3333
}
3434

3535
allprojects {

MigrationCodelab/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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

MigrationCodelab/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

NavigationCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
}
8282

8383
dependencies {
84-
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
84+
def composeBom = platform('androidx.compose:compose-bom:2025.01.00')
8585
implementation(composeBom)
8686
androidTestImplementation(composeBom)
8787

@@ -95,7 +95,7 @@ dependencies {
9595
implementation "androidx.compose.foundation:foundation"
9696
implementation "androidx.compose.material:material"
9797
implementation "androidx.compose.material:material-icons-extended"
98-
implementation "androidx.activity:activity-compose:1.9.3"
98+
implementation "androidx.activity:activity-compose:1.10.0"
9999
implementation "androidx.navigation:navigation-compose:2.8.5"
100100
debugImplementation "androidx.compose.ui:ui-tooling"
101101

NavigationCodelab/build.gradle

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

2323
dependencies {
24-
classpath "com.android.tools.build:gradle:8.7.3"
24+
classpath "com.android.tools.build:gradle:8.8.0"
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
2626
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.0"
2727
}
2828
}
2929

3030
plugins {
31-
id 'com.diffplug.spotless' version '6.25.0'
31+
id 'com.diffplug.spotless' version '7.0.2'
3232
}
3333

3434
subprojects {

NavigationCodelab/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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

NavigationCodelab/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

PerformanceCodelab/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
22
coil = "2.7.0"
3-
com-android-application = "8.7.3"
4-
desugar_jdk_libs = "2.1.3"
3+
com-android-application = "8.8.0"
4+
desugar_jdk_libs = "2.1.4"
55
kotlinx-datetime = "0.6.1"
66
lifecycle-viewmodel-compose = "2.8.7"
77
material-icons-core = "1.7.6"
8-
media3 = "1.5.0"
8+
media3 = "1.5.1"
99
org-jetbrains-kotlin-android = "2.1.0"
1010
core-ktx = "1.15.0"
1111
junit = "4.13.2"
1212
androidx-test-ext-junit = "1.2.1"
1313
espresso-core = "3.6.1"
1414
lifecycle-runtime-ktx = "2.8.7"
15-
activity-compose = "1.9.3"
16-
compose-bom = "2024.12.01"
15+
activity-compose = "1.10.0"
16+
compose-bom = "2025.01.00"
1717
runtime-tracing = "1.7.6"
1818
tracing-ktx = "1.3.0-alpha02"
1919
tracing-perfetto = "1.0.0"
@@ -22,7 +22,7 @@ benchmark = "1.3.3"
2222
androidx-baselineprofile = "1.3.3"
2323
profileinstaller = "1.4.1"
2424
material3 = "1.3.1"
25-
spotless = "6.25.0"
25+
spotless = "7.0.2"
2626
ktlint = "1.2.1"
2727

2828
[libraries]

PerformanceCodelab/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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

PerformanceCodelab/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

TestingCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android {
8484
}
8585

8686
dependencies {
87-
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
87+
def composeBom = platform('androidx.compose:compose-bom:2025.01.00')
8888
implementation(composeBom)
8989
androidTestImplementation(composeBom)
9090

0 commit comments

Comments
 (0)