Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
0294ee69
Commit
0294ee69
authored
Jul 10, 2019
by
YJ
Browse files
fix: android build
parent
4d234ea8
Changes
1
Show whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
0294ee69
...
...
@@ -94,7 +94,7 @@ def enableSeparateBuildPerCPUArchitecture = false
def
enableProguardInReleaseBuilds
=
false
android
{
compileSdkVersion
2
6
compileSdkVersion
2
8
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
@@ -104,7 +104,8 @@ android {
defaultConfig
{
applicationId
"io.parity.signer"
minSdkVersion
16
targetSdkVersion
26
missingDimensionStrategy
'react-native-camera'
,
'general'
targetSdkVersion
28
versionCode
2
versionName
"2.0"
ndk
{
...
...
@@ -157,7 +158,7 @@ android {
dependencies
{
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment