Skip to content

Instantly share code, notes, and snippets.

@oheyadam
Created December 3, 2018 13:59
Show Gist options
  • Save oheyadam/751a4a09be7f67f2ddbb052022341c6b to your computer and use it in GitHub Desktop.
Save oheyadam/751a4a09be7f67f2ddbb052022341c6b to your computer and use it in GitHub Desktop.
A gist showing how to add the bintray and maven-gradle plugins to your app-level build.gralde file.
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment