Skip to content

Instantly share code, notes, and snippets.

@tscholze
Created November 27, 2017 18:27
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 tscholze/ad81ded78fc5d3a6481436cb3e8587e1 to your computer and use it in GitHub Desktop.
Save tscholze/ad81ded78fc5d3a6481436cb3e8587e1 to your computer and use it in GitHub Desktop.
Tila project/build.gradle
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:3.1.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