mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-04-05 06:30:01 +03:00
Remove useless exclude
This commit is contained in:
parent
2ddc0540a8
commit
f93533f95b
1 changed files with 1 additions and 5 deletions
|
@ -102,11 +102,7 @@ allprojects {
|
|||
dependencies {
|
||||
implementation 'org.unifiedpush.android:connector:3.0.4'
|
||||
|
||||
playstoreImplementation('org.unifiedpush.android:embedded-fcm-distributor:3.0.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'
|
||||
}
|
||||
playstoreImplementation('org.unifiedpush.android:embedded-fcm-distributor:3.0.0')
|
||||
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue