From c2ddcef8f1d46906d7a7c41dded6c916d162fea2 Mon Sep 17 00:00:00 2001 From: Guillaume HUSTA Date: Thu, 5 Dec 2024 08:46:13 +0100 Subject: [PATCH] Upgrade to Android Studio Ladybug | 2024.2.1 Patch 3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 200abf2..ddfc349 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.7.2' apply false - id 'com.android.library' version '8.7.2' apply false + id 'com.android.application' version '8.7.3' apply false + id 'com.android.library' version '8.7.3' apply false } \ No newline at end of file