From 9a98f17f650cd3df13082e223daf1a067c142f81 Mon Sep 17 00:00:00 2001 From: Katana Date: Mon, 3 Mar 2025 15:31:19 +0800 Subject: [PATCH] Upgrade --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 067773e..9af6f3c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.8.0' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20-Beta1' + classpath 'com.android.tools.build:gradle:8.8.2' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20-RC' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }