Skip to content

Commit a370b61

Browse files
Update all dependencies
1 parent a6b3247 commit a370b61

File tree

77 files changed

+72
-124
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

+72
-124
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 2 additions & 2 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.00')
9191
implementation(composeBom)
9292
testImplementation(composeBom)
9393
androidTestImplementation(composeBom)
@@ -123,7 +123,7 @@ dependencies {
123123
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.4"
124124
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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
}
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.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.0"
3-
composeBom = "2025.10.01"
2+
androidGradlePlugin = "8.13.1"
3+
composeBom = "2025.11.00"
44
coreKtx = "1.17.0"
55
activityCompose = "1.11.0"
66
espressoCore = "3.7.0"
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.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)