mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
wip
This commit is contained in:
parent
9eebef80cc
commit
3d77b58015
2 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,6 @@
|
|||
apply plugin: "com.android.application"
|
||||
apply plugin: "kotlin-android"
|
||||
apply plugin: "com.facebook.react"
|
||||
|
||||
import com.android.build.OutputFile
|
||||
|
||||
/**
|
||||
* This is the configuration block to customize your React Native Android app.
|
||||
* By default you don't need to apply any configuration, just uncomment the lines you need.
|
||||
|
@ -76,6 +73,7 @@ android {
|
|||
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
|
||||
namespace "io.bluewallet.bluewallet"
|
||||
defaultConfig {
|
||||
applicationId "io.bluewallet.bluewallet"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
|
@ -95,8 +93,6 @@ android {
|
|||
proguardFile "${rootProject.projectDir}/../node_modules/detox/android/detox/proguard-rules-app.pro"
|
||||
}
|
||||
}
|
||||
namespace 'io.bluewallet.bluewallet'
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -114,4 +110,5 @@ dependencies {
|
|||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
}
|
||||
apply plugin: 'com.google.gms.google-services' // Google Services plugin
|
||||
|
||||
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
|
|
@ -1,6 +1,5 @@
|
|||
module.exports = {
|
||||
maxWorkers: 1,
|
||||
preset: 'react-native',
|
||||
testTimeout: 333_000,
|
||||
verbose: true,
|
||||
reporters: ['detox/runners/jest/reporter'],
|
||||
|
|
Loading…
Add table
Reference in a new issue