Browse Source

Merge pull request #95 from henninghall/bump-NumberPickerView-lib-version

Bumped NumberPickerView library version to fix initialization bug on hour wheel.
master
Henning Hall 6 years ago
committed by GitHub
parent
commit
0a0443aa1e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

@ -28,7 +28,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.facebook.react:react-native:+'
compile 'com.henninghall.android:NumberPickerView:1.1.0'
compile 'com.henninghall.android:NumberPickerView:1.1.1'
compile 'org.apache.commons:commons-lang3:3.6'
compile group: 'net.time4j', name: 'time4j-android', version: '4.2-2018i'

Loading…
Cancel
Save