Created
June 4, 2017 12:06
-
-
Save mariodev12/5ecb533a3a09f5bd6c77b625019ed261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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