当前版本:
- Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
- Step 2. Add the dependency
dependencies {
def version = "lasted.version"
implementation "com.github.andnux:wallet:${version}"
or
implementation "com.github.andnux.wallet:basic:${version}"
implementation "com.github.andnux.wallet:bos:${version}"
implementation "com.github.andnux.wallet:eos:${version}"
implementation "com.github.andnux.wallet:eth:${version}"
implementation "com.github.andnux.wallet:vsys:${version}"
implementation "com.github.andnux.wallet:btc:${version}"
}