Initial commit
This initial commit includes HUSH specific changes starting at this commit:
d14637012c
This commit is contained in:
14
mnemonic/build.gradle
Normal file
14
mnemonic/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
import cash.z.ecc.android.Deps
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
dependencies {
|
||||
implementation Deps.JavaX.INJECT
|
||||
implementation Deps.Kotlin.STDLIB
|
||||
|
||||
// Zcash
|
||||
implementation Deps.Zcash.ANDROID_WALLET_PLUGINS
|
||||
implementation Deps.Zcash.KOTLIN_BIP39
|
||||
|
||||
testImplementation Deps.Test.JUNIT
|
||||
}
|
||||
Reference in New Issue
Block a user