We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71632e4 commit 899c3b2Copy full SHA for 899c3b2
build.gradle
@@ -9,6 +9,8 @@ buildscript {
9
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
12
+
13
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
14
}
15
16
library/build.gradle
@@ -1,5 +1,11 @@
1
apply plugin: 'com.android.library'
2
3
+// Required plugin in library module
4
+apply plugin: 'com.github.dcendents.android-maven'
5
6
+// Replace nisrulz with <your_github_username>
7
+group='com.github.nisrulz'
8
android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
0 commit comments