Skip to content

Instantly share code, notes, and snippets.

@jmsalcido
Created February 21, 2017 05:11
Show Gist options
  • Save jmsalcido/466357b36d6b5def689b946812a201c7 to your computer and use it in GitHub Desktop.
Save jmsalcido/466357b36d6b5def689b946812a201c7 to your computer and use it in GitHub Desktop.
bintraymavenplugin
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0-beta3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment