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