Skip to content

Instantly share code, notes, and snippets.

@ripzery
Last active July 6, 2016 05:22
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 ripzery/1cd8a43ef93fed6c919f335ff77e0a00 to your computer and use it in GitHub Desktop.
Save ripzery/1cd8a43ef93fed6c919f335ff77e0a00 to your computer and use it in GitHub Desktop.
Reference for config gradle-play-publisher
buildscript {
ext.kotlin_version = '1.0.3'
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment