Skip to content

Commit 49145af

Browse files
Update all dependencies
1 parent 38be0b9 commit 49145af

File tree

77 files changed

+94
-146
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

+94
-146
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 4 additions & 4 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:2026.01.00')
90+
def composeBom = platform('androidx.compose:compose-bom:2026.01.01')
9191
implementation(composeBom)
9292
testImplementation(composeBom)
9393
androidTestImplementation(composeBom)
@@ -114,7 +114,7 @@ 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.12.2'
117+
implementation 'androidx.activity:activity-ktx:1.12.3'
118118
implementation 'androidx.core:core-ktx:1.17.0'
119119
implementation "androidx.activity:activity-compose:1.12.2"
120120

@@ -123,14 +123,14 @@ dependencies {
123123
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.10.0"
124124
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0"
125125

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

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

131131
// TODO: Bump to latest after Espresso 3.5.0 goes stable
132132
// (due to https://github.com/robolectric/robolectric/issues/6593)
133-
testImplementation 'org.robolectric:robolectric:4.16'
133+
testImplementation 'org.robolectric:robolectric:4.16.1'
134134
}
135135

136136
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {

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

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

2.35 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.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
androidGradlePlugin = "8.13.2"
3-
composeBom = "2026.01.00"
2+
androidGradlePlugin = "9.0.0"
3+
composeBom = "2026.01.01"
44
coreKtx = "1.17.0"
55
activityCompose = "1.12.2"
66
espressoCore = "3.7.0"
2.35 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.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-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)