We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c70208 commit be71cbbCopy full SHA for be71cbb
2 files changed
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
classpath 'com.android.tools.build:gradle:2.2.2'
9
// NOTE: Do not place your application dependencies here; they belong
10
// in the individual module build.gradle files
11
-// classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // Add this line
12
}
13
14
lib/build.gradle
@@ -1,4 +1,7 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
+
4
+group='com.github.tianzhijiexian'
5
6
android {
7
compileSdkVersion 25
0 commit comments