Skip to content

Commit 4ee7bcf

Browse files
author
Roger Hu
committed
Bump plugin to support dependencies
1 parent 52e39d1 commit 4ee7bcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.0.1'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
109
}
1110
}
1211

1312
plugins {
1413
id "com.jfrog.bintray" version "1.7.3"
1514
}
1615

16+
plugins {
17+
id "com.github.dcendents.android-maven" version "2.0"
18+
}
19+
1720
bintray {
1821
publications = []
1922
configurations = []

0 commit comments

Comments
 (0)