Skip to content

Commit 841b492

Browse files
committed
升级版本0.3.1
1 parent 3dffc63 commit 841b492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ dependencies {
3333
implementation 'com.jakewharton:butterknife:8.7.0'
3434
implementation 'com.github.duanhong169:logger:1.0.0'
3535
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
36-
implementation 'com.github.duanhong169:picker-view:0.3.0'
36+
implementation 'com.github.duanhong169:picker-view:0.3.1'
3737
// implementation project(':picker-view')
3838
}

picker-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/duanhong169/PickerView'
1414
gitUrl = 'https://github.com/duanhong169/PickerView.git'
1515

16-
libraryVersion = '0.3.0'
16+
libraryVersion = '0.3.1'
1717

1818
developerId = 'duanhong169'
1919
developerName = 'Hong Duan'

0 commit comments

Comments
 (0)