-
-
Save nazrdogan/54c876b4c6487fda2832b7b51fa07fd5 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 { | |
compile project(':react-native-vector-icons') | |
compile project(':react-native-fetch-blob') | |
compile project(':react-native-snackbar') | |
compile project(':react-native-video') | |
compile project(':react-native-maps') | |
compile project(':react-native-camera') | |
compile project(':react-native-splash-screen') | |
compile (project(':react-native-camera')){ | |
exclude group: 'com.google.android.gms' | |
compile 'com.android.support:exifinterface:27.+' | |
compile ('com.google.android.gms:play-services-vision:12.0.1') { | |
force = true | |
}} | |
compile fileTree(dir: "libs", include: ["*.jar"]) | |
compile "com.android.support:appcompat-v7:24.0.0" | |
compile ("com.android.support:support-v4:26.1.0"){ | |
force = true; | |
} | |
compile "com.facebook.react:react-native:+" // From node_modules | |
compile (project(':react-native-maps')){ | |
exclude group: 'com.google.android.gms' | |
} | |
compile ("com.google.android.gms:play-services-base:12.0.1") { | |
force = true; | |
} | |
compile ("com.google.android.gms:play-services-maps:12.0.1") { | |
force = true; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment