Skip to content

Commit 877e491

Browse files
Update all dependencies
1 parent 9dccdd3 commit 877e491

Some content is hidden

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

44 files changed

+94
-94
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 5 additions & 5 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:2025.02.00')
73+
def composeBom = platform('androidx.compose:compose-bom:2025.04.01')
7474
implementation(composeBom)
7575
testImplementation(composeBom)
7676
androidTestImplementation(composeBom)
@@ -97,16 +97,16 @@ dependencies {
9797
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
9898

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

104104
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
105105
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.8.7"
106106
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
107107
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
108108

109-
implementation 'androidx.navigation:navigation-compose:2.8.7'
109+
implementation 'androidx.navigation:navigation-compose:2.8.9'
110110

111111
androidTestImplementation 'androidx.test:rules:1.6.1'
112112
androidTestImplementation 'androidx.test:runner:1.6.2'

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

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

Binary file not shown.

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

AccessibilityCodelab/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

AdaptiveUiCodelab/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
2-
androidGradlePlugin = "8.8.1"
3-
composeBom = "2025.02.00"
4-
coreKtx = "1.15.0"
5-
activityCompose = "1.10.0"
2+
androidGradlePlugin = "8.9.2"
3+
composeBom = "2025.04.01"
4+
coreKtx = "1.16.0"
5+
activityCompose = "1.10.1"
66
espressoCore = "3.6.1"
77
junit = "4.13.2"
88
junitVersion = "1.2.1"
99
kotlin = "2.1.10"
1010
kotlinxCoroutinesAndroid = "1.10.1"
1111
lifecycle = "2.8.7"
12-
material3Adaptive = "1.0.0"
13-
material3AdaptiveNavSuite = "1.3.1"
12+
material3Adaptive = "1.1.0"
13+
material3AdaptiveNavSuite = "1.3.2"
1414
window = "1.3.0"
1515

1616
[libraries]
122 Bytes
Binary file not shown.

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

AdaptiveUiCodelab/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

AdvancedStateAndSideEffectsCodelab/app/build.gradle

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

106-
implementation "androidx.activity:activity-compose:1.10.0"
106+
implementation "androidx.activity:activity-compose:1.10.1"
107107
implementation "androidx.appcompat:appcompat:1.7.0"
108-
implementation "androidx.tracing:tracing:1.2.0"
108+
implementation "androidx.tracing:tracing:1.3.0"
109109

110-
def composeBom = platform('androidx.compose:compose-bom:2025.02.00')
110+
def composeBom = platform('androidx.compose:compose-bom:2025.04.01')
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.55"
129-
kapt "com.google.dagger:hilt-compiler:2.55"
128+
implementation "com.google.dagger:hilt-android:2.56.2"
129+
kapt "com.google.dagger:hilt-compiler:2.56.2"
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.10.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"
140+
androidTestImplementation "com.google.dagger:hilt-android:2.56.2"
141+
androidTestImplementation "com.google.dagger:hilt-android-testing:2.56.2"
142+
kaptAndroidTest "com.google.dagger:hilt-compiler:2.56.2"
143143
}

0 commit comments

Comments
 (0)