From be65af8ae866c6bf74cf81dc1d33221d09f16584 Mon Sep 17 00:00:00 2001 From: Jared Burrows Date: Sun, 10 Nov 2024 14:05:08 -0500 Subject: [PATCH] Bump AGP to 7.3.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5def1c47..2b5ab8c8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } license = { id = "com.jaredsburrows.license", version = "0.9.8" } [libraries] -android-plugin = { module = "com.android.tools.build:gradle", version = "7.2.2" } +android-plugin = { module = "com.android.tools.build:gradle", version = "7.3.1" } commons = { module = "org.apache.commons:commons-csv", version = "1.12.0" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.1" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }