From 19069604c7648cb654576c006ac55b017b1dab86 Mon Sep 17 00:00:00 2001 From: Uwe Trottmann Date: Fri, 13 Oct 2023 16:57:23 +0200 Subject: [PATCH] Update Android Plugin [8.1.0 -> 8.1.2] --- 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 8c6664f22a..31214324d6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -103,7 +103,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.0" } +android = { id = "com.android.application", version = "8.1.2" } # 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