From cb600041a9db2ee1cd4bf0a7e2d0e71098382985 Mon Sep 17 00:00:00 2001 From: Katana Date: Tue, 28 May 2024 11:31:04 +0800 Subject: [PATCH] Upgrade deps --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2c8dd81..c607806 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.3.2' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-RC1' + classpath 'com.android.tools.build:gradle:8.6.0-alpha03' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }