Skip to content

Commit

Permalink
版本更新至1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Mar 22, 2022
1 parent 8f55614 commit 3f3432d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
}

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 @@ -12,7 +12,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
classpath "com.github.liujingxing:xml-class-guard-plugin:$plugin_version"
// classpath "com.github.liujingxing:xml-class-guard-plugin:$plugin_version"
}
}

Expand Down

0 comments on commit 3f3432d

Please sign in to comment.