jdamcd / musicbrainz-android

Official Android client for the MusicBrainz API
93 stars 35 forks source link

Gradle build of the application #80

Open venkateshshukla opened 9 years ago

venkateshshukla commented 9 years ago

The gradle build mimics the maven build script as far as possible.

  1. api - gradle install compiles and installs the jar to local maven repo
  2. app - gradle installDebug builds android apk and installs it to device/emulator.
  3. instrumentation - gradle connectedAndroidTest runs instrumentation tests on the device/emulator.
jdamcd commented 9 years ago

This looks like a great start. Some general feedback:

venkateshshukla commented 9 years ago

The above mentioned changes are integrated. Please review them to see if any more changes are required.