Created
March 3, 2017 16:29
-
-
Save GingerBear/2c5eea66180deba994b5c93dc83c506c to your computer and use it in GitHub Desktop.
build.gradle to make react-native-device-info and react-native-maps work together
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
compile(project(':react-native-device-info')){ | |
exclude group: 'com.google.android.gms', module: 'play-services-gcm' | |
} | |
compile 'com.google.android.gms:play-services-gcm:9.8.0' | |
compile project(':react-native-maps') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment