From 817cc87c8cf92a43c2f57bb37d3956bf922c1a94 Mon Sep 17 00:00:00 2001 From: scribam Date: Thu, 27 Jul 2023 21:32:33 +0200 Subject: [PATCH] android: update android gradle plugin to version 8.1.0 --- 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 8c91de558..56b5a41b4 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.0.2' apply false - id 'com.android.library' version '8.0.2' apply false + id 'com.android.application' version '8.1.0' apply false + id 'com.android.library' version '8.1.0' apply false } task clean(type: Delete) {