Skip to content

Commit 3c2eda8

Browse files
authored
Auto-update dependencies. (#2783)
1 parent f92868f commit 3c2eda8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
activityCompose = "1.13.0"
3-
agp = "9.2.0"
3+
agp = "9.2.1"
44
camerax = "1.6.0"
55
coil3Compose = "3.4.0"
66
composeBom = "2026.04.01"

internal/lint/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ java {
99
}
1010

1111
dependencies {
12-
compileOnly("com.android.tools.lint:lint-api:32.2.0")
13-
testImplementation("com.android.tools.lint:lint:32.2.0")
14-
testImplementation("com.android.tools.lint:lint-tests:32.2.0")
12+
compileOnly("com.android.tools.lint:lint-api:32.2.1")
13+
testImplementation("com.android.tools.lint:lint:32.2.1")
14+
testImplementation("com.android.tools.lint:lint-tests:32.2.1")
1515
testImplementation("junit:junit:4.13.2")
1616
}

0 commit comments

Comments
 (0)