Open venkateshshukla opened 9 years ago
The gradle build mimics the maven build script as far as possible.
gradle install
gradle installDebug
gradle connectedAndroidTest
This looks like a great start. Some general feedback:
The above mentioned changes are integrated. Please review them to see if any more changes are required.
The gradle build mimics the maven build script as far as possible.
gradle install
compiles and installs the jar to local maven repogradle installDebug
builds android apk and installs it to device/emulator.gradle connectedAndroidTest
runs instrumentation tests on the device/emulator.