We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e14afa commit 25b691bCopy full SHA for 25b691b
gradle.properties
@@ -45,7 +45,7 @@ android.enableBuildConfigAsBytecode=true
45
# K2 Options
46
android.lint.useK2Uast=true
47
# Use latest lint alpha for best available K2 support
48
-android.experimental.lint.version=9.0.0-rc01
+android.experimental.lint.version=9.0.0-rc02
49
50
# Kotlin code style for this project: "official" or "obsolete":
51
kotlin.code.style=official
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "9.0.0-rc01"
+agp = "9.0.0-rc02"
3
4
# AndroiX
5
activity = "1.12.2"
0 commit comments