From f6b01aba0c0164209156412ae9fcdec602b05efd Mon Sep 17 00:00:00 2001 From: scribam Date: Sat, 20 Jan 2024 12:52:44 +0100 Subject: [PATCH] android: update android gradle plugin to version 8.2.1 --- shell/android-studio/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/android-studio/build.gradle b/shell/android-studio/build.gradle index fa0714d16..c8e08a833 100644 --- a/shell/android-studio/build.gradle +++ b/shell/android-studio/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.2.0' apply false - id 'com.android.library' version '8.2.0' apply false + id 'com.android.application' version '8.2.1' apply false + id 'com.android.library' version '8.2.1' apply false } task clean(type: Delete) {