From 2e693270cb84f0bf44a7807ee5fd8fe9b5112e8f Mon Sep 17 00:00:00 2001 From: Sharun Date: Sat, 10 Feb 2024 14:52:19 -0800 Subject: [PATCH] upgrade build tools to 7.4.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7490649..ed89146 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath("com.android.tools.build", "gradle", "7.3.0") + classpath("com.android.tools.build", "gradle", "7.4.2") classpath(kotlin("gradle-plugin", libs.versions.kotlin.get())) } }