mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-24 23:09:02 +03:00
exclude firebase analytics
This commit is contained in:
parent
a223ddc48a
commit
15c3bb7fc3
1 changed files with 5 additions and 1 deletions
|
@ -449,7 +449,11 @@ dependencies {
|
||||||
// UnifiedPush
|
// UnifiedPush
|
||||||
implementation 'com.github.UnifiedPush:android-connector:1.2.0'
|
implementation 'com.github.UnifiedPush:android-connector:1.2.0'
|
||||||
// UnifiedPush gplay flavor only
|
// UnifiedPush gplay flavor only
|
||||||
gplayImplementation 'com.github.UnifiedPush:android-embedded_fcm_distributor:1.1.0'
|
gplayImplementation('com.github.UnifiedPush:android-embedded_fcm_distributor:1.1.0') {
|
||||||
|
exclude group: 'com.google.firebase', module: 'firebase-core'
|
||||||
|
exclude group: 'com.google.firebase', module: 'firebase-analytics'
|
||||||
|
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
|
||||||
|
}
|
||||||
|
|
||||||
// OSS License, gplay flavor only
|
// OSS License, gplay flavor only
|
||||||
gplayImplementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
|
gplayImplementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue