We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4279f commit 460601aCopy full SHA for 460601a
README-en.md
README.md
@@ -7,10 +7,9 @@
7
原库地址:https://github.com/Bigkoo/Android-PickerView
8
9
#### 1.添加Gradle依赖:
10
-```java
+```groovy
11
allprojects {
12
repositories {
13
- ...
14
maven { url 'https://jitpack.io' }
15
}
16
@@ -19,3 +18,4 @@ dependencies {
19
18
implementation 'com.github.LuckyCodeer.Android-PickerView:pickerview:4.2.5'
20
21
```
+[](https://jitpack.io/#LuckyCodeer/Android-PickerView)
0 commit comments