Skip to content

Commit

Permalink
Upgrade Android dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aonemd committed Dec 13, 2024
1 parent 40ba423 commit 2f866cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/pusher_beams_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ android {

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

0 comments on commit 2f866cd

Please sign in to comment.