From 0fc86b2e1c86e123b6df1cd3942fa347c826b192 Mon Sep 17 00:00:00 2001 From: Hernan Zalazar Date: Tue, 17 May 2016 18:48:46 -0700 Subject: [PATCH] Use latest android version --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 86908a0..efece7a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,7 +57,7 @@ ext.libraries = [ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.facebook.react:react-native:+' - compile 'com.auth0.android:lock:1.14.+' - compile 'com.auth0.android:lock-passwordless:1.14.+' + compile 'com.auth0.android:lock:1.16.+' + compile 'com.auth0.android:lock-passwordless:1.16.+' testCompile libraries.testing }