diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3bead0ce..4839c91be 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,9 +4,9 @@ ksp = "2.0.21-1.0.28" # depends on Kotlin version compilerTesting = "1.6.0" destinations = "1.11.6" # update this alongside with compiler version -androidPlugin = "8.7.2" -lint = "31.7.2" # android plugin, lint and sdk-common need to be updated together -androidSdkCommon = "31.7.2" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z. +androidPlugin = "8.7.3" +lint = "31.7.3" # android plugin, lint and sdk-common need to be updated together +androidSdkCommon = "31.7.3" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z. detekt = "1.23.7" lifecycle = "2.8.7"