Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jul 11, 2023
1 parent e6c621f commit c9fdc11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extension-push/manifests/android/build.gradle
@@ -1,5 +1,9 @@
repositories {
mavenCentral()
}

dependencies {
// https://firebase.google.com/docs/android/setup#available-libraries
compile 'com.google.firebase:firebase-messaging:21.0.0'
implementation 'com.google.firebase:firebase-messaging:21.0.0'
implementation "androidx.core:core:1.5.0"
}

0 comments on commit c9fdc11

Please sign in to comment.