Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Created July 4, 2020 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktvipin27/8ac3ecc2584c81d720c36c9564510db7 to your computer and use it in GitHub Desktop.
Save ktvipin27/8ac3ecc2584c81d720c36c9564510db7 to your computer and use it in GitHub Desktop.
library level build.gradle file for bintray publishing
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