From 185bd51f6cade10a519b1880980ed9d8f6b32b2d Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Fri, 14 Oct 2022 15:37:11 +0200 Subject: [PATCH] Upgrade agp to 7.3.1 agp 7.3.0 -> 7.3.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index de1740fa..a8389cf0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ buildscript { } } dependencies { - classpath("com.android.tools.build:gradle:7.3.0") + classpath("com.android.tools.build:gradle:7.3.1") val kotlinVersion = "1.7.20" classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")