We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d47ad commit 3ba3887Copy full SHA for 3ba3887
build.gradle
@@ -10,6 +10,8 @@ buildscript {
10
classpath 'com.android.tools.build:gradle:3.0.0'
11
12
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:1.1.0'
13
+
14
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'//ADD
15
// NOTE: Do not place your application dependencies here; they belong
16
// in the individual module build.gradle files
17
}
lib.permission/build.gradle
@@ -1,4 +1,7 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'//ADD
3
4
+group = 'com.github.zincPower'
5
6
android {
7
compileSdkVersion 26
0 commit comments