Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchunlin committed Apr 5, 2020
1 parent 5f43d6a commit 7ea02df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### 快速集成:
当前版本: [![](https://jitpack.io/v/andnux/wallet.svg)](https://jitpack.io/#andnux/wallet)
- **Step 1.** Add the JitPack repository to your build file
```groovy
allprojects {
Expand All @@ -10,7 +11,7 @@ allprojects {
- **Step 2.** Add the dependency
```groovy
dependencies {
def version = "0.0.1"
def version = "lasted.version"
implementation "com.github.andnux:wallet:${version}"
or
implementation "com.github.andnux.wallet:basic:${version}"
Expand Down

0 comments on commit 7ea02df

Please sign in to comment.