OpenTreeMap / otm-android

An OpenTreeMap client for Android. The OpenTreeMap code can be downloaded at https://github.com/OpenTreeMap/otm-core.
Other
22 stars 22 forks source link

Update Gradle to support Instant Run and Android Studio 2.2 #283

Closed maurizi closed 8 years ago

maurizi commented 8 years ago

I attempted to simply update Gradle, the Android Gradle plugin, and gradle-retrolambda, which worked from Android Studio for development builds in https://github.com/OpenTreeMap/otm-android/pull/282.

However, that led to issues with production builds around duplicate resources, which need to be fixed.