From b65d09f5c240a0dd6f85d457c9701e08f23bb191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:40:43 -0400 Subject: [PATCH] Update plugin com.android.application to v8.4.0 (#901) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dessalines --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index c3688ed7..abe5aa41 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,8 +5,8 @@ pluginManagement { mavenCentral() } plugins { - id 'com.android.application' version '8.2.0-alpha08' - id 'com.android.library' version '8.4.0' + id 'com.android.application' version '8.4.0' + id 'com.android.library' version '8.2.0-alpha08' id 'org.jetbrains.kotlin.android' version '1.6.21' } }