Commit 34ed55b1 authored by Libin Lu's avatar Libin Lu

add comment

parent f88ef15b
...@@ -129,6 +129,10 @@ android { ...@@ -129,6 +129,10 @@ android {
dependencies { dependencies {
compile(project(':react-native-maps')) { compile(project(':react-native-maps')) {
exclude group: 'com.google.android.gms', module: 'play-services-base' exclude group: 'com.google.android.gms', module: 'play-services-base'
// This resolution make compiler ignoring play-service-base's version requirement in react-native-maps
// so that it only read from react-native-fcm
// you can also lock the version in this gradle file and ignore all module declaration
// or you can use ResolutionStragety
} }
compile project(':react-native-fcm') compile project(':react-native-fcm')
compile fileTree(dir: "libs", include: ["*.jar"]) compile fileTree(dir: "libs", include: ["*.jar"])
......
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