From ad9a9c3b4743d1edfd36f586601b6e46d72ca675 Mon Sep 17 00:00:00 2001 From: Katana Date: Fri, 24 Oct 2025 11:39:08 +0800 Subject: [PATCH] Upgrade dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cb3d08b..79c0329 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.11.0' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0' + classpath 'com.android.tools.build:gradle:8.13.0' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }