iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 83 forks source link

Prepare project for Android Studio 1.0 Upgrade #240

Closed timothyasp closed 9 years ago

timothyasp commented 9 years ago

Android studio is finally out of Beta - which means upgrade time! Included with the 1.0 release, the android build team released gradle-android-plugin 1.0.0 (http://tools.android.com/tech-docs/new-build-system/migrating-to-1-0-0) as well as a new version of the android support library (v21).

Luckily, there were only a couple renamed properties in the new version, so the changes are minor.

Also important to note - you need to have gradle v2.2.1 installed in order to build the project.

marczych commented 9 years ago

CR :grapes: