We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a668a6b commit 0494479Copy full SHA for 0494479
README.md
@@ -20,10 +20,10 @@
20
maven { url 'https://jitpack.io' }
21
}
22
23
-Step 2. 在module添加依赖
+Step 2. 在module添加依赖,${version}版本[](https://jitpack.io/#Doonkey/DkFloatingView)
24
25
dependencies {
26
- implementation 'com.github.Doonkey:DkFloatingView:1.0'
+ implementation 'com.github.Doonkey:DkFloatingView:${version}'
27
28
29
#### 初始化
0 commit comments