We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b691b commit 09fc8ddCopy full SHA for 09fc8dd
2 files changed
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-rc02
+android.experimental.lint.version=9.0.0-rc03
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-rc02"
+agp = "9.0.0-rc03"
3
4
# AndroiX
5
activity = "1.12.2"
0 commit comments