Skip to content

Instantly share code, notes, and snippets.

@AbeHaruhiko
Created April 12, 2014 03:34
Show Gist options
  • Save AbeHaruhiko/10517479 to your computer and use it in GitHub Desktop.
Save AbeHaruhiko/10517479 to your computer and use it in GitHub Desktop.
AndroidStudioでGradleのバージョンが古い( unsupported version of Gradle)と言われた時の対処法 ref: http://qiita.com/AbeHaruhiko/items/fd9a01ad6fc84309e857
buildscript {
dependencies {
// バージョンを上げる。
classpath 'com.android.tools.build:gradle:0.9.+'
}
}
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment