Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. You are using Gradle version 1.6, which is not supported. Please use version 1.9.
  2. Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)
  3.  
  4. You are using Gradle version 1.8, which is not supported. Please use version 1.9.
  5. Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)
  6.  
  7. Gradle version 1.6 is required. Current version is 1.9.
  8. Please fix the project's Gradle settings.
  9.  
  10. buildscript {
  11. repositories {
  12. mavenCentral()
  13. }
  14. dependencies {
  15. classpath 'com.android.tools.build:gradle:0.7.+'
  16. }
  17. }
  18.  
  19. distributionUrl=http://services.gradle.org/distributions/gradle-1.9-bin.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement