Skip to content

Commit 8c28b83

Browse files
authored
Merge pull request #568 from android/renovate/end-all
fix(deps): update all dependencies (end)
2 parents 996124f + 34e86a6 commit 8c28b83

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

+66
-66
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
}
7070

7171
dependencies {
72-
def composeBom = platform('androidx.compose:compose-bom:2026.02.01')
72+
def composeBom = platform('androidx.compose:compose-bom:2026.03.00')
7373
implementation(composeBom)
7474
testImplementation(composeBom)
7575
androidTestImplementation(composeBom)
@@ -96,9 +96,9 @@ dependencies {
9696
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
9797

9898
implementation 'androidx.appcompat:appcompat:1.7.1'
99-
implementation 'androidx.activity:activity-ktx:1.12.4'
100-
implementation 'androidx.core:core-ktx:1.17.0'
101-
implementation "androidx.activity:activity-compose:1.12.4"
99+
implementation 'androidx.activity:activity-ktx:1.13.0'
100+
implementation 'androidx.core:core-ktx:1.18.0'
101+
implementation "androidx.activity:activity-compose:1.13.0"
102102

103103
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0"
104104
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.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:9.0.1'
24+
classpath 'com.android.tools.build:gradle:9.1.0'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10"
2626
}
2727
}
2828

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

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

AccessibilityCodelab/gradlew

Lines changed: 1 addition & 1 deletion
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
androidGradlePlugin = "9.0.1"
3-
composeBom = "2026.02.01"
4-
coreKtx = "1.17.0"
5-
activityCompose = "1.12.4"
2+
androidGradlePlugin = "9.1.0"
3+
composeBom = "2026.03.00"
4+
coreKtx = "1.18.0"
5+
activityCompose = "1.13.0"
66
espressoCore = "3.7.0"
77
junit = "4.13.2"
88
junitVersion = "1.3.0"
2.73 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.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

AdaptiveUiCodelab/gradlew

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

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ dependencies {
9999
}
100100
}
101101

102-
implementation "androidx.activity:activity-compose:1.12.4"
102+
implementation "androidx.activity:activity-compose:1.13.0"
103103
implementation "androidx.appcompat:appcompat:1.7.1"
104104
implementation "androidx.tracing:tracing:1.3.0"
105105

106-
def composeBom = platform('androidx.compose:compose-bom:2026.02.01')
106+
def composeBom = platform('androidx.compose:compose-bom:2026.03.00')
107107
implementation(composeBom)
108108
androidTestImplementation(composeBom)
109109
implementation "androidx.compose.runtime:runtime"

0 commit comments

Comments
 (0)