From c71fdb32e7f03f1fb1b0e904cc07ea04fb028920 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Tue, 2 Aug 2016 11:36:11 +0200 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4b6c971..2c59d5d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -31,5 +31,5 @@ dependencies { compile 'com.facebook.react:react-native:0.20.+' compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' - compile 'com.github.afollestad.material-dialogs:commons:0.8.6.1' + compile 'com.github.afollestad.material-dialogs:commons:0.8.6.2' }