From f2eb18cd4d81baf92cf6d454e7570befe10acbdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 04:49:33 +0000 Subject: [PATCH] chore(deps): update plugin com.github.triplet.play to v3.12.0 --- example/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 85b4660..f617e29 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -21,7 +21,7 @@ plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version '8.7.2' apply false id "org.jetbrains.kotlin.android" version "2.0.21" apply false - id "com.github.triplet.play" version "3.11.0" apply false + id "com.github.triplet.play" version "3.12.0" apply false } include ":app"