[android] Update support libraries to 24.2.0 to fix crash while taping on search

This commit is contained in:
alexzatsepin 2017-04-02 17:25:48 +03:00 committed by Vladimir Byko-Ianko
parent 07024c6bf1
commit bb53389f0a

View file

@ -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'