Commit 656014e5 authored by Martin Santangelo's avatar Martin Santangelo

(fix) CI android build

parent ccd25aed
No related merge requests found
......@@ -37,7 +37,7 @@ build:android:
when: on_success
e2e:browserstacks:
image: node:10.10.0
image: node:10.16.3
stage: e2e
cache:
key: ${CI_COMMIT_REF_SLUG}
......
......@@ -27,10 +27,12 @@ platform :android do
sh("echo $ANDROID_KEYSTORE | base64 --decode > ../minds.keystore")
sh("echo $SENTRY_ANDROID_PROPERTIES | base64 --decode > ../sentry.properties")
gradle(
task: "assemble",
task: "assembleRelease",
build_type: "Release",
print_command: false,
properties: {
"android.enableJetifier" => "true",
"android.useAndroidX" => "true",
"android.injected.signing.store.file" => "minds.keystore",
"android.injected.signing.store.password" => ENV['KEYSTORE_PASSWORD'],
"android.injected.signing.key.alias" => "alias_name",
......
......@@ -13,7 +13,8 @@
"locale": "ts-node tasks/poeditor.js",
"e2e": "jest -c jest.e2e.config.js",
"e2e-local": "e2elocal=1 jest -c jest.e2e.config.js",
"preinstall": "git config core.hooksPath .githooks"
"preinstall": "git config core.hooksPath .githooks",
"postinstall": "jetify"
},
"dependencies": {
"@hawkingnetwork/node-libs-react-native": "^1.0.10",
......@@ -58,7 +59,7 @@
"react-native-minds-encryption": "Minds/react-native-minds-encryption#736571522c9d5f96c9bc4b454b2828e3940b6ccc",
"react-native-modal": "^11.4.0",
"react-native-modal-datetime-picker": "^7.6.0",
"react-native-notifications": "Minds/react-native-notifications.git",
"react-native-notifications": "Minds/react-native-notifications#333e376f866a805f250cc68706d97ace503b948a",
"react-native-phone-input": "thegamenicorus/react-native-phone-input#6ab1a91a09ddd4272fe85e30ecedf092f0fcb1a7",
"react-native-progress": "^3.6.0",
"react-native-qrcode-svg": "^5.2.0",
......
......@@ -7551,7 +7551,7 @@ react-native-modal@^11.0.2, react-native-modal@^11.4.0:
prop-types "^15.6.2"
react-native-animatable "^1.3.1"
react-native-notifications@Minds/react-native-notifications.git:
react-native-notifications@Minds/react-native-notifications#333e376f866a805f250cc68706d97ace503b948a:
version "2.0.6"
resolved "https://codeload.github.com/Minds/react-native-notifications/tar.gz/333e376f866a805f250cc68706d97ace503b948a"
dependencies:
......
Please register or to comment