Created
December 3, 2018 13:59
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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