Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mariodev12/5ecb533a3a09f5bd6c77b625019ed261 to your computer and use it in GitHub Desktop.

Select an option

Save mariodev12/5ecb533a3a09f5bd6c77b625019ed261 to your computer and use it in GitHub Desktop.
dependencies {
...
// Paste these line
compile(project(':react-native-maps')){
exclude group: 'com.google.android.gms', module: 'play-services-base'
exclude group: 'com.google.android.gms', module: 'play-services-maps'
}
compile 'com.google.android.gms:play-services-base:10.0.1'
compile 'com.google.android.gms:play-services-maps:10.0.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment