FIX: Android specific version changes

This commit is contained in:
Marcos Rodriguez Vélez 2019-04-01 00:58:35 -04:00 committed by Igor Korsakov
parent 6d2e468c03
commit 20901ee9a7
3 changed files with 4 additions and 3 deletions

View file

@ -107,6 +107,7 @@ android {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }
multiDexEnabled true multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
} }
splits { splits {
abi { abi {

View file

@ -2,7 +2,7 @@
buildscript { buildscript {
ext { ext {
buildToolsVersion = "28.0.2" buildToolsVersion = "28.0.3"
minSdkVersion = 16 minSdkVersion = 16
compileSdkVersion = 28 compileSdkVersion = 28
targetSdkVersion = 27 targetSdkVersion = 27
@ -13,7 +13,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.3.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View file

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip