exclude firebase-base from firebase-messaging
This commit is contained in:
parent
94484ce392
commit
e4ca8961aa
|
@ -33,7 +33,9 @@ ext {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
playstoreImplementation 'com.google.firebase:firebase-messaging:15.0.2'
|
playstoreImplementation('com.google.firebase:firebase-messaging:15.0.2') {
|
||||||
|
exclude group: 'com.google.firebase', module: 'firebase-core'
|
||||||
|
}
|
||||||
implementation 'org.sufficientlysecure:openpgp-api:10.0'
|
implementation 'org.sufficientlysecure:openpgp-api:10.0'
|
||||||
implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
|
implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
|
||||||
implementation "com.android.support:support-v13:$supportLibVersion"
|
implementation "com.android.support:support-v13:$supportLibVersion"
|
||||||
|
|
Loading…
Reference in a new issue