Skip to content

Instantly share code, notes, and snippets.

@lucianomlima
Created February 23, 2017 03:37
Show Gist options
  • Save lucianomlima/a58c6f08e0efbbcc63088628ac82936f to your computer and use it in GitHub Desktop.
Save lucianomlima/a58c6f08e0efbbcc63088628ac82936f to your computer and use it in GitHub Desktop.
dependencies {
compile project(':RCTYouTube')
compile project(':react-native-android-location-services-dialog-box')
compile project(':react-native-share')
compile project(':react-native-fetch-blob')
compile project(':react-native-svg')
compile project(':react-native-fabric-twitterkit')
compile project(':react-native-facebook-login')
compile (project(':react-native-device-info')) {
exclude group: 'com.google.android.gms', module: 'play-services-gcm'
}
compile project(':react-native-spinkit')
compile (project(':react-native-admob')) {
exclude group: 'com.google.android.gms', module: 'play-services-ads'
}
compile project(':react-native-fabric')
compile (project(':react-native-onesignal')) {
exclude group: 'com.google.android.gms', module: 'play-services-analytics'
exclude group: 'com.google.android.gms', module: 'play-services-gcm'
exclude group: 'com.google.android.gms', module: 'play-services-location'
}
compile project(':react-native-fbsdk')
compile project(':react-native-permissions')
compile project(':react-native-image-picker')
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 project(':react-native-camera')
compile project(':react-native-splash-screen')
compile project(':react-native-vector-icons')
compile fileTree(dir: "libs", include: ["*.jar"])
compile 'com.android.support:appcompat-v7:23.0.3'
compile 'com.android.support:multidex:1.0.1'
compile 'com.google.android.gms:play-services-ads:10.2.0'
compile 'com.google.android.gms:play-services-analytics:10.2.0'
compile 'com.google.android.gms:play-services-base:10.2.0'
compile 'com.google.android.gms:play-services-gcm:10.2.0'
compile 'com.google.android.gms:play-services-location:10.2.0'
compile 'com.google.android.gms:play-services-maps:10.2.0'
compile 'com.facebook.react:react-native:+' // From node_modules
compile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') {
transitive = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment