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 af5ea90 commit df8f6c8Copy full SHA for df8f6c8
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
mavenCentral()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:3.1.3'
+ classpath 'com.android.tools.build:gradle:3.1.4'
12
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
13
14
library/build.gradle
@@ -1,5 +1,5 @@
1
apply plugin: 'com.android.library'
2
-//apply plugin: 'com.github.dcendents.android-maven'
+apply plugin: 'com.github.dcendents.android-maven'
3
4
android {
5
def ext = rootProject.ext
0 commit comments