mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
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:
parent
c0202dc390
commit
0b5ae8f9e3
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user