We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a651761 commit 633e83dCopy full SHA for 633e83d
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=8.13.0-rc01
+android.experimental.lint.version=8.13.0
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 = "8.13.0-rc01"
+agp = "8.13.0"
3
4
# AndroiX
5
activity = "1.12.0-alpha07"
0 commit comments