Skip to content

Instantly share code, notes, and snippets.

@martinbonnin
Last active November 26, 2019 13:08
Show Gist options
  • Save martinbonnin/7a62e17d79f5d6eb195f572b16601fb4 to your computer and use it in GitHub Desktop.
Save martinbonnin/7a62e17d79f5d6eb195f572b16601fb4 to your computer and use it in GitHub Desktop.
// build.gradle
buildscript {
repositories {
google()
}
dependencies {
// add the plugin to the build classpath
classpath("com.android.tools.build:gradle:3.5.2")
}
}
// app/build.gradle
// apply it to the project
apply plugin: 'com.android.application'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment