Skip to content

Commit

Permalink
版本升级至1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Sep 23, 2023
1 parent cc7d13e commit 1aee46b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}
apply from: 'aabresguard.gradle'

apply from: 'xmlclassguard.gradle'
//apply from: 'xmlclassguard.gradle'

android {
namespace 'com.ljx.example'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jdk_version=11
useMavenLocal=false

#版本发布时,除升级版本号外,还需要将XmlClassGuard的依赖注释掉
plugin_version=1.2.4
plugin_version=1.2.5

0 comments on commit 1aee46b

Please sign in to comment.