Skip to content

Instantly share code, notes, and snippets.

@smhdk
Created March 18, 2018 17:50
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 smhdk/f12f769d419c9ec536d5fe1ae17b8324 to your computer and use it in GitHub Desktop.
Save smhdk/f12f769d419c9ec536d5fe1ae17b8324 to your computer and use it in GitHub Desktop.
Android Plugin Version in build.gradle
buildscript {
repositories {
// Gradle 4.1 and higher include support for Google's Maven repo using
// the google() method. And you need to include this repo to download
// Android plugin 3.0.0 or higher.
google()
...
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment