Skip to content

Commit

Permalink
update android gradle plugin version to 2.2.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ray Cohen authored and Martin Konicek committed Dec 12, 2016
1 parent 5578257 commit 3ee5c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'de.undercouch:gradle-download-task:2.0.0'

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

0 comments on commit 3ee5c5b

Please sign in to comment.