From 7ea02dfb30417c8b5ae252fb30d6a5677f20cd54 Mon Sep 17 00:00:00 2001 From: zhangchunlin Date: Sun, 5 Apr 2020 17:02:00 +0800 Subject: [PATCH] add code --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 288b0e8..9fa265e 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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}"