Rollback firebase to 12.0.1
This commit is contained in:
parent
60c7f2b567
commit
d6dfe28336
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ dependencies {
|
|||
androidTestImplementation 'junit:junit:4.12'
|
||||
implementation 'org.apache.commons:commons-compress:1.16.1'
|
||||
if (firebaseEnable()) {
|
||||
implementation 'com.google.firebase:firebase-messaging:15.0.2'
|
||||
implementation 'com.google.firebase:firebase-messaging:12.0.1'
|
||||
}
|
||||
implementation 'com.android.support:support-v4:26.0.1'
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ apply plugin: 'com.android.library'
|
|||
dependencies {
|
||||
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.16.1'
|
||||
if (firebaseEnable()) {
|
||||
implementation 'com.google.firebase:firebase-messaging:15.0.2'
|
||||
implementation 'com.google.firebase:firebase-messaging:12.0.1'
|
||||
} else {
|
||||
implementation 'com.android.support:support-v4:26.0.1'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue