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
232
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
d6d0a1c6
Commit
d6d0a1c6
authored
1 hour 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
6 additions
and
4 deletions
+6
-4
.gitlab-ci.yml
View file @
d6d0a1c6
...
...
@@ -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 @
d6d0a1c6
...
...
@@ -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:
"assemble
Release
"
,
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 @
d6d0a1c6
...
...
@@ -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 @
d6d0a1c6
...
...
@@ -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