Changing Android Support V4 version
This commit is contained in:
parent
f45bff8bde
commit
c89344b535
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ dependencies {
|
|||
compile 'com.google.firebase:firebase-messaging:11.+'
|
||||
} else {
|
||||
compile fileTree(include: 'gcm.jar', dir: 'libs')
|
||||
compile 'com.android.support:support-v4:+'
|
||||
compile 'com.android.support:support-v4:27.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue