We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1b31e commit fa14c36Copy full SHA for fa14c36
gradle/libs.versions.toml
@@ -4,9 +4,9 @@ ksp = "2.1.10-1.0.31" # depends on Kotlin version
4
compilerTesting = "0.7.0"
5
destinations = "1.11.9" # update this alongside with compiler version
6
7
-androidPlugin = "8.8.2"
8
-lint = "31.8.2" # android plugin, lint and sdk-common need to be updated together
9
-androidSdkCommon = "31.8.2" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z.
+androidPlugin = "8.9.1"
+lint = "31.9.1" # android plugin, lint and sdk-common need to be updated together
+androidSdkCommon = "31.9.1" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z.
10
11
detekt = "1.23.8"
12
lifecycle = "2.8.7"
0 commit comments