Skip to content

Commit

Permalink
Update UnifiedPush libs
Browse files Browse the repository at this point in the history
Signed-off-by: sim <[email protected]>
  • Loading branch information
p1gp1g committed Jun 1, 2022
1 parent 97d13e3 commit 8b46a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ dependencies {
implementation 'com.posthog.android:posthog:1.1.2'

// UnifiedPush
implementation 'com.github.UnifiedPush:android-connector:2.0.0-beta2'
implementation 'com.github.UnifiedPush:android-connector:2.0.0'
// UnifiedPush gplay flavor only
gplayImplementation('com.github.UnifiedPush:android-embedded_fcm_distributor:a0056aa939') {
gplayImplementation('com.github.UnifiedPush:android-embedded_fcm_distributor:2.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'
Expand Down

0 comments on commit 8b46a22

Please sign in to comment.