dependencies { implementation project(':react-native-maps') implementation ("com.google.android.gms:play-services-maps:+") { force = true; } implementation 'com.android.support:multidex:1.0.0' implementation project(':react-native-background-timer') implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" implementation "com.facebook.react:react-native:+" // From node_modules implementation project(':react-native-geolocation-service') // ADD compile(project(':react-native-geolocation-service')) { // ADD exclude group: 'com.google.android.gms', module: 'play-services-location' // ADD } // ADD compile 'com.google.android.gms:play-services-location:16.0.0' // ADD }