Commit c080af65 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}
......
......@@ -31,6 +31,8 @@ platform :android do
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",
......
......@@ -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