Skip to content

Commit

Permalink
1、增加发布
Browse files Browse the repository at this point in the history
  • Loading branch information
zincPower committed Apr 18, 2018
1 parent 65d47ad commit 3ba3887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.0.0'

classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:1.1.0'

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'//ADD
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
3 changes: 3 additions & 0 deletions lib.permission/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'//ADD

group = 'com.github.zincPower'

android {
compileSdkVersion 26
Expand Down

0 comments on commit 3ba3887

Please sign in to comment.