Skip to content

Commit e2a087d

Browse files
committed
Auto-update dependencies.
1 parent 62bc950 commit e2a087d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
activityCompose = "1.13.0"
3-
agp = "9.2.1"
3+
agp = "9.3.0"
44
camerax = "1.6.1"
55
coil3Compose = "3.5.0"
66
composeBom = "2026.06.01"
@@ -14,7 +14,7 @@ firebasePerf = "2.0.2"
1414
gradleVersions = "0.54.0"
1515
junit = "4.13.2"
1616
junitVersion = "1.3.0"
17-
kotlin = "2.4.0"
17+
kotlin = "2.4.10"
1818
kotlinxSerializationCore = "1.11.0"
1919
lifecycle = "2.11.0"
2020
material = "1.14.0"

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.1")
13-
testImplementation("com.android.tools.lint:lint:32.2.1")
14-
testImplementation("com.android.tools.lint:lint-tests:32.2.1")
12+
compileOnly("com.android.tools.lint:lint-api:32.3.0")
13+
testImplementation("com.android.tools.lint:lint:32.3.0")
14+
testImplementation("com.android.tools.lint:lint-tests:32.3.0")
1515
testImplementation("junit:junit:4.13.2")
1616
}

0 commit comments

Comments
 (0)