diff --git a/build.gradle.kts b/build.gradle.kts index dc29809c..88c84871 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:8.1.0") + classpath("com.android.tools.build:gradle:8.1.2") classpath(libs.kotlin.gradle) // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files