Skip to content

Commit 37246d5

Browse files
Update all dependencies
1 parent a6b3247 commit 37246d5

File tree

77 files changed

+115
-167
lines changed

Some content is hidden

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

77 files changed

+115
-167
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ android {
8787
}
8888

8989
dependencies {
90-
def composeBom = platform('androidx.compose:compose-bom:2025.10.01')
90+
def composeBom = platform('androidx.compose:compose-bom:2025.11.01')
9191
implementation(composeBom)
9292
testImplementation(composeBom)
9393
androidTestImplementation(composeBom)
@@ -114,16 +114,16 @@ dependencies {
114114
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
115115

116116
implementation 'androidx.appcompat:appcompat:1.7.1'
117-
implementation 'androidx.activity:activity-ktx:1.11.0'
117+
implementation 'androidx.activity:activity-ktx:1.12.0'
118118
implementation 'androidx.core:core-ktx:1.17.0'
119-
implementation "androidx.activity:activity-compose:1.11.0"
119+
implementation "androidx.activity:activity-compose:1.12.0"
120120

121-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4"
121+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0"
122122
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4"
123123
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.4"
124-
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4"
124+
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0"
125125

126-
implementation 'androidx.navigation:navigation-compose:2.9.5'
126+
implementation 'androidx.navigation:navigation-compose:2.9.6'
127127

128128
androidTestImplementation 'androidx.test:rules:1.7.0'
129129
androidTestImplementation 'androidx.test:runner:1.7.0'

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

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

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

AccessibilityCodelab/gradlew

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

AccessibilityCodelab/gradlew.bat

Lines changed: 1 addition & 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
androidGradlePlugin = "8.13.0"
3-
composeBom = "2025.10.01"
2+
androidGradlePlugin = "8.13.1"
3+
composeBom = "2025.11.01"
44
coreKtx = "1.17.0"
5-
activityCompose = "1.11.0"
5+
activityCompose = "1.12.0"
66
espressoCore = "3.7.0"
77
junit = "4.13.2"
88
junitVersion = "1.3.0"
99
kotlin = "2.2.20"
1010
kotlinxCoroutinesAndroid = "1.10.2"
11-
lifecycle = "2.9.4"
12-
window = "1.5.0"
11+
lifecycle = "2.10.0"
12+
window = "1.5.1"
1313

1414
[libraries]
1515
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
1.83 KB
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-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AdaptiveUiCodelab/gradlew

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

0 commit comments

Comments
 (0)