From e57a79932ad2ab295bfb15d7506596619034226b Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Sun, 16 Oct 2022 12:00:58 +0200 Subject: [PATCH] Update AGP --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a41dd123..e42a3dd4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.3.0") + classpath("com.android.tools.build:gradle:7.3.1") classpath(libs.kotlin.gradle) classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10") // NOTE: Do not place your application dependencies here; they belong