From 26dd28e7d2080cbc3eff1a90eb84cb03b2abefd4 Mon Sep 17 00:00:00 2001 From: FongMi Date: Sun, 16 Feb 2025 22:55:33 +0800 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a87274f6..050b402c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'ru.cleverpumpkin.proguard-dictionaries-generator' version '1.0.8' apply false - id 'com.android.application' version '8.8.0' apply false - id 'com.android.library' version '8.8.0' apply false + id 'com.android.application' version '8.8.1' apply false + id 'com.android.library' version '8.8.1' apply false } tasks.register('clean', Delete) {