pelias / pelias-android-sdk

Android sdk for pelias
Other
20 stars 5 forks source link

Remove copyTask? (Upgrade Robolectric) #50

Open ecgreb opened 8 years ago

ecgreb commented 8 years ago

Test if the custom Gradle task to copy com/mapzen/pelias/R.java to android/support/v7/appcompat/R.java is still required in the latest version Roboletric (3.1.2).

If this task is still needed then our configuration of the Gradle Release plugin needs to be updated to automatically trigger the copyTask at the appropriate time in the release build process.

ecgreb commented 8 years ago

Possibly related https://github.com/robolectric/robolectric/pull/2601