From 3eea6736c0c0ca6b2fa3c4070777bda218d010f6 Mon Sep 17 00:00:00 2001 From: Katana Date: Wed, 9 Jul 2025 15:33:48 +0800 Subject: [PATCH] Upgrade --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 91b34b0..cb3d08b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.10.0' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0-Beta2' + classpath 'com.android.tools.build:gradle:8.11.0' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }