Skip to content

Commit

Permalink
版本升级至1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Jul 7, 2022
1 parent 0368fa3 commit e5c3db4
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 @@ -4,7 +4,7 @@ plugins {
}
apply from: 'aabresguard.gradle'

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

android {
compileSdk 31
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0'
classpath "com.github.liujingxing:XmlClassGuard:$plugin_version"
// classpath "com.github.liujingxing:XmlClassGuard:$plugin_version"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ android.nonTransitiveRClass=true

useMavenLocal=false

plugin_version=1.0.3
plugin_version=1.1.0

0 comments on commit e5c3db4

Please sign in to comment.