Skip to content

Commit e50696b

Browse files
authored
Merge pull request #55 from pusher/upgrade_android_deps
Upgrade Android dependencies
2 parents 40ba423 + 2f866cd commit e50696b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pusher_beams_android/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ android {
4747

4848
dependencies {
4949
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
50-
implementation 'com.google.firebase:firebase-messaging:23.0.0'
51-
implementation 'com.google.firebase:firebase-iid:21.1.0'
52-
implementation 'com.pusher:push-notifications-android:1.8.0'
50+
implementation("com.google.firebase:firebase-messaging:22.0.0")
51+
implementation("com.google.firebase:firebase-iid:21.1.0")
52+
implementation("com.pusher:push-notifications-android:1.10.0")
5353
testImplementation 'junit:junit:4.12'
5454
}

0 commit comments

Comments
 (0)