Skip to content

Commit 6231a67

Browse files
authored
Merge pull request #56 from benlime/master
updates dependencies to match sdk 26. fixes #53
2 parents 097b91c + b55b16e commit 6231a67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ android {
2424
dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
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.+'
27+
compile 'com.google.android.gms:play-services-gcm:15.0.0'
28+
compile 'com.google.firebase:firebase-messaging:15.0.0'
29+
compile 'com.android.support:appcompat-v7:26.1.0'
3030
compile 'com.microsoft.azure:notification-hubs-android-sdk:0.4@aar'
3131
compile 'com.microsoft.azure:azure-notifications-handler:1.0.1@aar'
3232
}

0 commit comments

Comments
 (0)