fix for the build problem on android

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-10-05 14:23:31 +02:00
parent de6b7b1809
commit 260d8a5b94
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ dependencies {
implementation project(':react-native-webview-bridge')
implementation project(':react-native-config')
implementation project(':react-native-firebase')
compile ('com.google.android.gms:play-services-base:15.0.1') {
compile ('com.google.android.gms:play-services-base:16.0.1') {
force = true
}
compile (project(':react-native-camera')) {