Skip to content

Instantly share code, notes, and snippets.

@anitaa1990
Last active May 26, 2018 05:04
Show Gist options
  • Save anitaa1990/8a1bc21db5fea0a3e1c2c23abb3da3ba to your computer and use it in GitHub Desktop.
Save anitaa1990/8a1bc21db5fea0a3e1c2c23abb3da3ba to your computer and use it in GitHub Desktop.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0-alpha07'
// Step I: add this line
classpath 'com.novoda:bintray-release:0.8.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment