Skip to content

Commit ccf3911

Browse files
committed
Add Bintray plugin
Add Bintray plugin
1 parent 81b1d60 commit ccf3911

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

build.gradle

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
allprojects {
2-
repositories {
3-
jcenter()
4-
}
5-
}
6-
71
// Top-level build file where you can add configuration options common to all sub-projects/modules.
82
buildscript {
93
repositories {
@@ -14,6 +8,16 @@ buildscript {
148
}
159
}
1610

11+
plugins {
12+
id "com.jfrog.bintray" version "1.7.3"
13+
}
14+
15+
allprojects {
16+
repositories {
17+
jcenter()
18+
}
19+
}
20+
1721
ext {
1822
compileSdkVersion = 25
1923
buildToolsVersion = "25.0.2"

0 commit comments

Comments
 (0)