From 38e32e9446378f32e72aa220436b387ed9ccc183 Mon Sep 17 00:00:00 2001 From: chengshengru <1511613871@qq.com> Date: Sun, 5 Oct 2025 11:44:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 +++--- compiler.xml | 6 ++++++ gradle.xml | 12 ++++++++++++ gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 compiler.xml create mode 100644 gradle.xml diff --git a/build.gradle b/build.gradle index 050b402..79c0bea 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.1' apply false - id 'com.android.library' version '8.8.1' apply false + id 'com.android.application' version '8.8.0-alpha05' apply false + id 'com.android.library' version '8.8.0-alpha05' apply false } tasks.register('clean', Delete) { @@ -11,4 +11,4 @@ tasks.register('clean', Delete) { project.ext { okhttpVersion = '5.0.0-alpha.14' -} \ No newline at end of file +} diff --git a/compiler.xml b/compiler.xml new file mode 100644 index 0000000..b86273d --- /dev/null +++ b/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/gradle.xml b/gradle.xml new file mode 100644 index 0000000..6cdf4fe --- /dev/null +++ b/gradle.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 16adbb7..97e0ebb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Mar 29 12:54:35 CST 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.11.1-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME