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 097b91c + b55b16e commit 6231a67Copy full SHA for 6231a67
android/build.gradle
@@ -24,9 +24,9 @@ android {
24
dependencies {
25
compile fileTree(dir: 'libs', include: ['*.jar'])
26
compile 'com.facebook.react:react-native:+'
27
- compile 'com.google.android.gms:play-services-gcm:9.4.0'
28
- compile 'com.google.firebase:firebase-messaging:9.4.0'
29
- compile 'com.android.support:appcompat-v7:26.0.+'
+ compile 'com.google.android.gms:play-services-gcm:15.0.0'
+ compile 'com.google.firebase:firebase-messaging:15.0.0'
+ compile 'com.android.support:appcompat-v7:26.1.0'
30
compile 'com.microsoft.azure:notification-hubs-android-sdk:0.4@aar'
31
compile 'com.microsoft.azure:azure-notifications-handler:1.0.1@aar'
32
}
0 commit comments