We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022df3d commit 3dcde0bCopy full SHA for 3dcde0b
base-android-dev/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.lishide'
5
6
android {
7
compileSdkVersion 25
build.gradle
@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
8
classpath 'com.android.tools.build:gradle:2.3.0'
9
-
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
12
0 commit comments