diff --git a/build.gradle.kts b/build.gradle.kts index 5fc8d8260..55801b8b8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "7.2.0" apply false - id("com.android.library") version "7.2.0" apply false - id("org.jetbrains.kotlin.android") version "1.6.21" apply false + id("com.android.application") version "7.2.1" apply false + id("com.android.library") version "7.2.1" apply false + id("org.jetbrains.kotlin.android") version "1.7.0" apply false } task("clean") {