We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b1d60 commit ccf3911Copy full SHA for ccf3911
build.gradle
@@ -1,9 +1,3 @@
1
-allprojects {
2
- repositories {
3
- jcenter()
4
- }
5
-}
6
-
7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
8
buildscript {
9
repositories {
@@ -14,6 +8,16 @@ buildscript {
14
}
15
16
10
11
+plugins {
12
+ id "com.jfrog.bintray" version "1.7.3"
13
+}
+
+allprojects {
+ repositories {
17
+ jcenter()
18
+ }
19
20
21
ext {
22
compileSdkVersion = 25
23
buildToolsVersion = "25.0.2"
0 commit comments