Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 827a129

Browse files
committed
Add some class pathes in gradle
1 parent 6554abc commit 827a129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
apply plugin: 'com.jfrog.bintray'
23

34
buildscript {
45
repositories {
56
jcenter()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:2.0.0'
9-
10+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1012
// NOTE: Do not place your application dependencies here; they belong
1113
// in the individual module build.gradle files
1214
}

0 commit comments

Comments
 (0)