From 10cabc3972b88179a900cbe52da42d08793f71bb Mon Sep 17 00:00:00 2001 From: Uwe Trottmann Date: Fri, 15 Dec 2023 13:04:13 +0100 Subject: [PATCH] Update Android plugin [8.1.2 -> 8.2.0] --- 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 4de6ec964e..39cd65ea21 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -104,7 +104,7 @@ truth = "com.google.truth:truth:1.1.5" # https://github.com/google/truth/release [plugins] # https://developer.android.com/build/releases/gradle-plugin -android = { id = "com.android.application", version = "8.1.2" } +android = { id = "com.android.application", version = "8.2.0" } # https://kotlinlang.org/docs/releases.html#release-details kotlin = { id = "org.jetbrains.kotlin.android", version = "1.8.22" } # https://github.com/ben-manes/gradle-versions-plugin/releases