From 62f1b289e59eed9669c43fa45a884af61bae2c9a Mon Sep 17 00:00:00 2001 From: Guillaume HUSTA Date: Thu, 26 Sep 2024 10:11:08 +0200 Subject: [PATCH] Upgrade to Android Studio Koala Feature Drop | 2024.1.2 Patch 1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e2ebcef..6cb96f6 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.6.0' apply false - id 'com.android.library' version '8.6.0' apply false + id 'com.android.application' version '8.6.1' apply false + id 'com.android.library' version '8.6.1' apply false } \ No newline at end of file