Skip to content

Commit 460601a

Browse files
committed
修改gradle版本
暴露一些控件api
1 parent 0b4279f commit 460601a

File tree

2 files changed

+2
-272
lines changed

2 files changed

+2
-272
lines changed

README-en.md

Lines changed: 0 additions & 270 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
原库地址:https://github.com/Bigkoo/Android-PickerView
88

99
#### 1.添加Gradle依赖:
10-
```java
10+
```groovy
1111
allprojects {
1212
repositories {
13-
...
1413
maven { url 'https://jitpack.io' }
1514
}
1615
}
@@ -19,3 +18,4 @@ dependencies {
1918
implementation 'com.github.LuckyCodeer.Android-PickerView:pickerview:4.2.5'
2019
}
2120
```
21+
[![](https://jitpack.io/v/LuckyCodeer/Android-PickerView.svg)](https://jitpack.io/#LuckyCodeer/Android-PickerView)

0 commit comments

Comments
 (0)