[android] Update v4 support library to fix crash in google sign in sdk

This commit is contained in:
Alexander Zatsepin 2018-04-17 13:59:42 +03:00 committed by Aleksandr Zatsepin
parent 32aa5eafcc
commit 80de6d323c

View file

@ -39,7 +39,7 @@ apply plugin: 'io.fabric'
dependencies {
// android support libs
implementation ('com.android.support:support-v4:25.0.0') {
implementation ('com.android.support:support-v4:25.1.0') {
force = true;
}
implementation 'com.android.support:appcompat-v7:25.0.0'