Skip to content

Commit 3ba3887

Browse files
committed
1、增加发布
1 parent 65d47ad commit 3ba3887

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ buildscript {
1010
classpath 'com.android.tools.build:gradle:3.0.0'
1111

1212
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:1.1.0'
13+
14+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'//ADD
1315
// NOTE: Do not place your application dependencies here; they belong
1416
// in the individual module build.gradle files
1517
}

lib.permission/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'//ADD
3+
4+
group = 'com.github.zincPower'
25

36
android {
47
compileSdkVersion 26

0 commit comments

Comments
 (0)