We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511ae97 commit 1eacaa6Copy full SHA for 1eacaa6
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:3.4.0-rc02'
11
-
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
12
// NOTE: Do not place your application dependencies here; they belong
13
// in the individual module build.gradle files
14
library/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 28
0 commit comments