Instagram / ig-json-parser

Fast JSON parser for java projects
https://instagram-engineering.com/fast-auto-generated-streaming-json-parsing-for-android-ab8e7be21033
MIT License
1.32k stars 124 forks source link

Upgrade the project to gradle 2.2 #24

Closed kangzhang closed 9 years ago

kangzhang commented 9 years ago

Summary:

The latest Android Plugin is not compatible with the gradle 1.1 we use in the project. This diff upgrades the project to the latest gradle and android build tool.

Test Plan:

1) import the project in intellij, see it opens successfully.

DHuckaby commented 9 years ago

The latest android gradle plugin version is 1.2.3, and the latest gradle version is 2.4. Arguably you could also upgrade the android build tool to 22.0.1 also.

If you are going to upgrade it, upgrade it.