From 6a59473c8b424b3063244e8e71ab6ceb8e7ca0dc Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sun, 18 Sep 2022 16:02:31 +0200 Subject: [PATCH] Upgrade agp to 7.3.0 agp 7.3.0-rc01 -> 7.3.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 87598b36..be9c0edf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ buildscript { } } dependencies { - classpath("com.android.tools.build:gradle:7.3.0-rc01") + classpath("com.android.tools.build:gradle:7.3.0") val kotlinVersion = "1.7.10" classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")