Skip to content

Commit

Permalink
Merge pull request #55 from pusher/upgrade_android_deps
Browse files Browse the repository at this point in the history
Upgrade Android dependencies
  • Loading branch information
aonemd authored Dec 13, 2024
2 parents 40ba423 + 2f866cd commit e50696b
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 e50696b

Please sign in to comment.