Skip to content

Commit 699e5ee

Browse files
dulmandakhfacebook-github-bot
authored andcommittedJun 15, 2018
Summary: bump [email protected], [email protected], [email protected], as we landed build tools 26.0.2 with 065c5b6 Will improve Android build performance. Everything will work as normal, but build faster. <!-- Required. Help reviewers and the release process by writing your own release notes. See below for an example. --> [ANDROID] [ENHANCEMENT] [TOOLS] - bump [email protected], [email protected], [email protected] Closes #19697 Differential Revision: D8433743 Pulled By: hramos fbshipit-source-id: da72aeb314bed7f63807a0c69bebd24c633cc807
1 parent 6d56a23 commit 699e5ee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ buildscript {
1313
}
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:2.2.2'
17-
classpath 'de.undercouch:gradle-download-task:3.1.2'
16+
classpath 'com.android.tools.build:gradle:2.3.3'
17+
classpath 'de.undercouch:gradle-download-task:3.4.3'
1818

1919
// NOTE: Do not place your application dependencies here; they belong
2020
// in the individual module build.gradle files

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-all.zip

‎local-cli/templates/HelloWorld/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:2.2.3'
12+
classpath 'com.android.tools.build:gradle:2.3.3'
1313

1414
// NOTE: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files

‎local-cli/templates/HelloWorld/android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-all.zip

0 commit comments

Comments
 (0)