We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40ba423 + 2f866cd commit e50696bCopy full SHA for e50696b
packages/pusher_beams_android/android/build.gradle
@@ -47,8 +47,8 @@ android {
47
48
dependencies {
49
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'
+ 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")
53
testImplementation 'junit:junit:4.12'
54
}
0 commit comments