Update unifiedpush libs

Change-Id: I049f38329388f86ba9836adfb914af4439cc257e
This commit is contained in:
S1m 2021-11-22 09:07:38 +01:00 committed by SpiritCroc
parent b381acd60d
commit a036601e0c
1 changed files with 2 additions and 2 deletions

View File

@ -468,9 +468,9 @@ dependencies {
kapt libs.dagger.hiltCompiler
// UnifiedPush
implementation 'com.github.UnifiedPush:android-connector:1.2.2'
implementation 'com.github.UnifiedPush:android-connector:1.2.3'
// UnifiedPush gplay flavor only
gplayImplementation('com.github.SchildiChat:android-embedded_fcm_distributor:e223728') {
gplayImplementation('com.github.UnifiedPush:android-embedded_fcm_distributor:1.1.4') {
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'