From dbee207428d7da6679c5d83b8745bc3484f14a33 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 4 Aug 2019 21:55:32 +0200 Subject: [PATCH] Bumped NumberPickerView library version to fix initialization bug. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 2e9200f..70ada58 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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'