From 1aee46b8ad9ca502b329d1dbdae08da3133cafdb Mon Sep 17 00:00:00 2001 From: liujingxing <18268800083ljx@gmail.com> Date: Sat, 23 Sep 2023 12:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B31.?= =?UTF-8?q?2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1fc4773..9c65747 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ plugins { } apply from: 'aabresguard.gradle' -apply from: 'xmlclassguard.gradle' +//apply from: 'xmlclassguard.gradle' android { namespace 'com.ljx.example' diff --git a/build.gradle b/build.gradle index c42230d..dc8017d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { dependencies { classpath "com.bytedance.android:aabresguard-plugin:0.1.10" - classpath "com.github.liujingxing:XmlClassGuard:$plugin_version" +// classpath "com.github.liujingxing:XmlClassGuard:$plugin_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3" } } diff --git a/gradle.properties b/gradle.properties index 51d5981..ed69f22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,4 +32,4 @@ jdk_version=11 useMavenLocal=false #版本发布时,除升级版本号外,还需要将XmlClassGuard的依赖注释掉 -plugin_version=1.2.4 \ No newline at end of file +plugin_version=1.2.5 \ No newline at end of file