Simplify the build, per the README instructions.

This commit is contained in:
Kevin Gorham 2020-06-10 11:25:20 -04:00
parent 9ff1e96ebd
commit e9d7bea423
2 changed files with 4 additions and 0 deletions

View File

@ -168,3 +168,5 @@ dependencies {
androidTestImplementation Deps.Test.Android.JUNIT
androidTestImplementation Deps.Test.Android.ESPRESSO
}
defaultTasks 'clean', 'installZcashmainnetDebug'

View File

@ -28,3 +28,5 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
defaultTasks 'clean', 'installZcashmainnetDebug'