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'