Commit fa3a4f62 authored by Ely Alvarado's avatar Ely Alvarado Committed by Mehdi Achour

build: Update build.gradle to remove compile warning (#520)

parent 7752c3f3
......@@ -26,6 +26,6 @@ android {
dependencies {
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : DEFAULT_GOOGLE_PLAY_SERVICES_VERSION
compile 'com.facebook.react:react-native:+'
compile "com.google.android.gms:play-services-gcm:$googlePlayServicesVersion"
implementation 'com.facebook.react:react-native:+'
implementation "com.google.android.gms:play-services-gcm:$googlePlayServicesVersion"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment