Last active
June 28, 2018 13:56
-
-
Save wajahatkarim3/186fec9858e543cabadcef4a11956bc0 to your computer and use it in GitHub Desktop.
Publishing your Android, Kotlin or Java library to jCenter from Android Studio
This file contains hidden or 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.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' | |
} |
This file contains hidden or 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
hello world |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment