Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 806 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 806 Bytes

快速集成:

当前版本:

  • 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}"
}