Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
238
Merge Requests
19
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
c080af65
Commit
c080af65
authored
58 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(fix) CI android build
parent
ccd25aed
No related merge requests found
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
.gitlab-ci.yml
View file @
c080af65
...
...
@@ -37,7 +37,7 @@ build:android:
when
:
on_success
e2e:browserstacks:
image
:
node:10.1
0.0
image
:
node:10.1
6.3
stage
:
e2e
cache
:
key
:
${CI_COMMIT_REF_SLUG}
...
...
This diff is collapsed.
android/fastlane/Fastfile
View file @
c080af65
...
...
@@ -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"
,
...
...
This diff is collapsed.
package.json
View file @
c080af65
...
...
@@ -58,7 +58,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
"
,
...
...
This diff is collapsed.
yarn.lock
View file @
c080af65
...
...
@@ -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:
...
...
This diff is collapsed.
Please
register
or
sign in
to comment