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 3dffc63 commit 841b492Copy full SHA for 841b492
app/build.gradle
@@ -33,6 +33,6 @@ dependencies {
33
implementation 'com.jakewharton:butterknife:8.7.0'
34
implementation 'com.github.duanhong169:logger:1.0.0'
35
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
36
- implementation 'com.github.duanhong169:picker-view:0.3.0'
+ implementation 'com.github.duanhong169:picker-view:0.3.1'
37
// implementation project(':picker-view')
38
}
picker-view/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = 'https://github.com/duanhong169/PickerView'
14
gitUrl = 'https://github.com/duanhong169/PickerView.git'
15
16
- libraryVersion = '0.3.0'
+ libraryVersion = '0.3.1'
17
18
developerId = 'duanhong169'
19
developerName = 'Hong Duan'
0 commit comments