zcash-android-wallet-sdk
zcash-android-wallet-sdk copied to clipboard
Remove demo-app dependency on sdk build task
The bottom of the demo-app/build.gradle.kts includes an explicit dependency on a task from the sdk, e.g. tasks.getByName("assemble").dependsOn(":sdk-lib:assemble")
.
Based on a conversation in KotlinLang, this is not the correct way to set up dependencies.