Skip to content

Commit

Permalink
Use the v2.1.8 plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Feb 20, 2021
1 parent 9ed8948 commit ee37b5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
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 {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath "com.yanzhenjie.andserver:plugin:2.1.7"
classpath "com.yanzhenjie.andserver:plugin:2.1.8"
}
}

Expand Down
7 changes: 0 additions & 7 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ ext {
material : 'com.google.android.material:material:1.1.0',
],

project: [
annotation: "${PROJECT_GROUP}:annotation:${PROJECT_VERSION}",
api : "${PROJECT_GROUP}:api:${PROJECT_VERSION}",
processor : "${PROJECT_GROUP}:processor:${PROJECT_VERSION}",
plugin : "${PROJECT_GROUP}:plugin:${PROJECT_VERSION}"
],

apache : [
lang : 'org.apache.commons:commons-lang3:3.9',
collections: 'org.apache.commons:commons-collections4:4.4',
Expand Down

0 comments on commit ee37b5e

Please sign in to comment.