From 803d35cda96c86e4a73f3a9b6a9840dd6708d181 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:22:48 +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 dc29809c..88c84871 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:8.1.0") + classpath("com.android.tools.build:gradle:8.1.2") classpath(libs.kotlin.gradle) // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files