Skip to content

Commit 3ee5c5b

Browse files
Ray CohenMartin Konicek
Ray Cohen
authored and
Martin Konicek
committed
update android gradle plugin version to 2.2.2
Summary: Similar to 6bfabee but upgrading to 2.2.2 which is the what android studio suggests using http://tools.android.com/tech-docs/new-build-system <img width="625" alt="screen shot 2016-12-01 at 3 06 25 pm" src="https://cloud.githubusercontent.com/assets/20404/20810456/d1e759e8-b7d7-11e6-9fa3-fc79f1112f5e.png"> Closes #11252 Differential Revision: D4262769 fbshipit-source-id: 78bc910a573fcf5b2722d3b29a5604639029a662
1 parent 5578257 commit 3ee5c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenLocal()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:2.1.3'
9+
classpath 'com.android.tools.build:gradle:2.2.2'
1010
classpath 'de.undercouch:gradle-download-task:2.0.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)