forked from organicmaps/organicmaps
[android] Update support libraries to 24.2.0 to fix crash while taping on search
This commit is contained in:
parent
07024c6bf1
commit
bb53389f0a
1 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue