Skip to content

Commit 0494479

Browse files
authored
Update README.md
1 parent a668a6b commit 0494479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
maven { url 'https://jitpack.io' }
2121
}
2222
}
23-
Step 2. 在module添加依赖
23+
Step 2. 在module添加依赖,${version}版本[![](https://jitpack.io/v/Doonkey/DkFloatingView.svg)](https://jitpack.io/#Doonkey/DkFloatingView)
2424

2525
dependencies {
26-
implementation 'com.github.Doonkey:DkFloatingView:1.0'
26+
implementation 'com.github.Doonkey:DkFloatingView:${version}'
2727
}
2828

2929
#### 初始化

0 commit comments

Comments
 (0)