We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92868f commit 3c2eda8Copy full SHA for 3c2eda8
2 files changed
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
activityCompose = "1.13.0"
3
-agp = "9.2.0"
+agp = "9.2.1"
4
camerax = "1.6.0"
5
coil3Compose = "3.4.0"
6
composeBom = "2026.04.01"
internal/lint/build.gradle.kts
@@ -9,8 +9,8 @@ java {
9
}
10
11
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")
+ compileOnly("com.android.tools.lint:lint-api:32.2.1")
+ testImplementation("com.android.tools.lint:lint:32.2.1")
+ testImplementation("com.android.tools.lint:lint-tests:32.2.1")
15
testImplementation("junit:junit:4.13.2")
16
0 commit comments