Skip to content

Commit

Permalink
版本升级至1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Jun 25, 2023
1 parent 5fa2f0c commit 5c12155
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 @@ -30,4 +30,4 @@ android.nonTransitiveRClass=true
useMavenLocal=false

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

0 comments on commit 5c12155

Please sign in to comment.