Commit f93533f9 authored by sim's avatar sim
Browse files

Remove useless exclude

parent 2ddc0540
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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'