From b1824b1617674da48d741a06a6cbbb254d370a86 Mon Sep 17 00:00:00 2001 From: atarsdnh Date: Fri, 18 Aug 2017 10:04:56 +0800 Subject: [PATCH] Upgradle gradle version to fix gradle sync Gradle sync failed: Failed to find Build Tools revision 26.0.1 --- computer/build.gradle | 2 +- computer/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/computer/build.gradle b/computer/build.gradle index 74b2ab0..c2eea8e 100644 --- a/computer/build.gradle +++ b/computer/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.3' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/computer/gradle/wrapper/gradle-wrapper.properties b/computer/gradle/wrapper/gradle-wrapper.properties index 04e285f..9a778d6 100644 --- a/computer/gradle/wrapper/gradle-wrapper.properties +++ b/computer/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip