Commit 0294ee69 authored by YJ's avatar YJ
Browse files

fix: android build

parent 4d234ea8
...@@ -94,7 +94,7 @@ def enableSeparateBuildPerCPUArchitecture = false ...@@ -94,7 +94,7 @@ def enableSeparateBuildPerCPUArchitecture = false
def enableProguardInReleaseBuilds = false def enableProguardInReleaseBuilds = false
android { android {
compileSdkVersion 26 compileSdkVersion 28
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8
...@@ -104,7 +104,8 @@ android { ...@@ -104,7 +104,8 @@ android {
defaultConfig { defaultConfig {
applicationId "io.parity.signer" applicationId "io.parity.signer"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 missingDimensionStrategy 'react-native-camera', 'general'
targetSdkVersion 28
versionCode 2 versionCode 2
versionName "2.0" versionName "2.0"
ndk { ndk {
...@@ -157,7 +158,7 @@ android { ...@@ -157,7 +158,7 @@ android {
dependencies { dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"]) implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules implementation "com.facebook.react:react-native:0.60.0" // From node_modules
} }
// Run this once to be able to run the application with BUCK // Run this once to be able to run the application with BUCK
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment