From bb53389f0a6c871a439af83e723bedba196c8dc1 Mon Sep 17 00:00:00 2001 From: alexzatsepin Date: Sun, 2 Apr 2017 17:25:48 +0300 Subject: [PATCH] [android] Update support libraries to 24.2.0 to fix crash while taping on search --- android/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2716058d43..f67107f9a7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -31,11 +31,11 @@ apply plugin: 'io.fabric' dependencies { // android support libs - compile 'com.android.support:support-v4:23.2.1' - compile 'com.android.support:appcompat-v7:23.2.1' - compile 'com.android.support:recyclerview-v7:23.2.1' - compile 'com.android.support:design:23.2.1' - compile 'com.android.support:cardview-v7:23.2.1' + compile 'com.android.support:support-v4:24.2.0' + compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:recyclerview-v7:24.2.0' + compile 'com.android.support:design:24.2.0' + compile 'com.android.support:cardview-v7:24.2.0' // google play services compile 'com.google.android.gms:play-services-location:10.0.1' compile 'com.google.android.gms:play-services-analytics:10.0.1'