Commit 8b6fa884 authored by 放牛的园子's avatar 放牛的园子

调整支持 rn 0.51.0

parent 4b4a2125
Pipeline #27 failed with stages
......@@ -26,6 +26,6 @@ android {
dependencies {
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : DEFAULT_GOOGLE_PLAY_SERVICES_VERSION
implementation 'com.facebook.react:react-native:+'
implementation "com.google.android.gms:play-services-gcm:$googlePlayServicesVersion"
compile 'com.facebook.react:react-native:+'
compile "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