Skip to content

Instantly share code, notes, and snippets.

@kakashidota
Created November 21, 2017 16:26
Show Gist options
  • Save kakashidota/0a96ee860aff79dd70df67636d2b081f to your computer and use it in GitHub Desktop.
Save kakashidota/0a96ee860aff79dd70df67636d2b081f 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.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.google.gms:google-services:3.1.0'
}
}
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