From e76b07bfcb1d2bea88cc435b4db9d47e48c60bde Mon Sep 17 00:00:00 2001 From: Katana Date: Fri, 26 Apr 2024 16:30:01 +0800 Subject: [PATCH] App: Upgrade deps --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 773ed1e..2c8dd81 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.3.1' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-Beta5' + classpath 'com.android.tools.build:gradle:8.3.2' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-RC1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }