Thanks to visit codestin.com Credit goes to github.com
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 6554abc commit 827a129Copy full SHA for 827a129
build.gradle
@@ -1,12 +1,14 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
+apply plugin: 'com.jfrog.bintray'
3
4
buildscript {
5
repositories {
6
jcenter()
7
}
8
dependencies {
9
classpath 'com.android.tools.build:gradle:2.0.0'
-
10
+ classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
11
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
12
// NOTE: Do not place your application dependencies here; they belong
13
// in the individual module build.gradle files
14
0 commit comments