Skip to content

Commit be71cbb

Browse files
author
Kale
committed
尝试之作远程依赖
1 parent 3c70208 commit be71cbb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
classpath 'com.android.tools.build:gradle:2.2.2'
99
// NOTE: Do not place your application dependencies here; they belong
1010
// in the individual module build.gradle files
11-
// classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // Add this line
1212
}
1313
}
1414

lib/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'
3+
4+
group='com.github.tianzhijiexian'
25

36
android {
47
compileSdkVersion 25

0 commit comments

Comments
 (0)