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 52e39d1 commit 4ee7bcfCopy full SHA for 4ee7bcf
build.gradle
@@ -6,14 +6,17 @@ buildscript {
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:3.0.1'
9
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
10
11
12
13
plugins {
14
id "com.jfrog.bintray" version "1.7.3"
15
16
+plugins {
17
+ id "com.github.dcendents.android-maven" version "2.0"
18
+}
19
+
20
bintray {
21
publications = []
22
configurations = []
0 commit comments