Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Last active June 28, 2018 13:56
Show Gist options
  • Save wajahatkarim3/186fec9858e543cabadcef4a11956bc0 to your computer and use it in GitHub Desktop.
Save wajahatkarim3/186fec9858e543cabadcef4a11956bc0 to your computer and use it in GitHub Desktop.
Publishing your Android, Kotlin or Java library to jCenter from Android Studio
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// Add These Bintray and Maven Gradle Classpaths
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment