We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed68820 commit 46abc67Copy full SHA for 46abc67
build.gradle
@@ -10,6 +10,8 @@ buildscript {
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
13
+
14
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
15
}
16
17
rootbeerlib/build.gradle
@@ -1,4 +1,5 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
4
android {
5
compileSdkVersion compileSdkVer
0 commit comments