Return to compile gradle api. revert

revert 9c76310c93
fixed https://github.com/react-native-community/react-native-camera/issues/1145
Most of react-native projects is still using old gradle api. There is not issue to stay with old api.
This commit is contained in:
Stanislav Shakirov 2018-01-24 14:59:24 +03:00 committed by GitHub
parent c0202dc390
commit 0b5ae8f9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,11 +38,11 @@ repositories {
}
dependencies {
api 'com.facebook.react:react-native:+'
api "com.google.zxing:core:3.2.1"
api "com.drewnoakes:metadata-extractor:2.9.1"
api 'com.google.android.gms:play-services-vision:+'
api "com.android.support:exifinterface:26.0.2"
compile 'com.facebook.react:react-native:+'
compile "com.google.zxing:core:3.2.1"
compile "com.drewnoakes:metadata-extractor:2.9.1"
compile 'com.google.android.gms:play-services-vision:+'
compile "com.android.support:exifinterface:26.0.2"
api 'com.github.react-native-community:cameraview:df60b07573'
compile 'com.github.react-native-community:cameraview:df60b07573'
}