Created
April 29, 2020 16:01
-
-
Save PatilShreyas/fc9997c4fe63c15c3ef2af99cbd69dda to your computer and use it in GitHub Desktop.
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.android.tools.build:gradle:3.6.2' | |
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | |
// Required plugins added to classpath to facilitate pushing to Jcenter/Bintray | |
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