diff --git a/app/build.gradle b/app/build.gradle index 97246c2..bdaa665 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 ed69f22..5c8c678 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,4 +32,4 @@ jdk_version=11 useMavenLocal=false #版本发布时,除升级版本号外,还需要将XmlClassGuard的依赖注释掉 -plugin_version=1.2.5 \ No newline at end of file +plugin_version=1.2.6 \ No newline at end of file