Skip to content

Instantly share code, notes, and snippets.

@wongk
Created November 1, 2019 19:01
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 wongk/691dca6076bcd9d193a5c25accfaea50 to your computer and use it in GitHub Desktop.
Save wongk/691dca6076bcd9d193a5c25accfaea50 to your computer and use it in GitHub Desktop.
Blog - android target - buildscript block
buildscript {
repositories {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment