diff --git a/build.gradle b/build.gradle index 9af6f3c..bf1f6a5 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.8.2' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20-RC' + classpath 'com.android.tools.build:gradle:8.9.1' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }