Skip to content
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
180
Merge Requests
17
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
0df28a56
Commit
0df28a56
authored
1 minute ago
by
Martin Santangelo
Browse files
Options
Download
wip2
parent
263e7d9b
test/improved-ci-flow-play-store
No related merge requests found
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.circleci/config.yml
View file @
0df28a56
...
...
@@ -208,7 +208,7 @@ workflows:
branches
:
only
:
-
/stable-*/
-
/
release
-*/
-
/
test
-*/
-
test/circle-ci
-
sentry
:
requires
:
...
...
This diff is collapsed.
.gitlab-ci.yml
View file @
0df28a56
...
...
@@ -163,10 +163,10 @@ deploy:google_play:
before_script
:
-
cd android
-
bundle install --path=vendor/bundle
-
'
echo
$ANDROID_PLAYSTORE_JSON
|
base64
--decode
>
../
app/play-store.json'
-
'
echo
$ANDROID_PLAYSTORE_JSON
|
base64
--decode
>
app/play-store.json'
script
:
-
echo "Upload to the play store Minds-$CI_COMMIT_REF_SLUG-play_store.apk"
-
bundle exec fastlane supply --apk ../Minds-$CI_COMMIT_REF_SLUG-play_store.apk --track beta
--rollout
0
-
bundle exec fastlane supply --apk ../Minds-$CI_COMMIT_REF_SLUG-play_store.apk --track beta
dependencies
:
-
build:androidproduction-playstore
only
:
...
...
This diff is collapsed.
android/gradle.properties
View file @
0df28a56
...
...
@@ -26,10 +26,10 @@ org.gradle.jvmargs=-Xmx2048m
systemProp.org.gradle.internal.http.connectionTimeout
=
180000
systemProp.org.gradle.internal.http.socketTimeout
=
180000
versionName
=
3.1
4
.0
versionName
=
3.1
5
.0
# CUSTOM
versionCode
=
105000001
8
versionCode
=
105000001
9
# PLAY STORE (Keep double hash for the CI)
## versionCode=31003
6
## versionCode=31003
7
This diff is collapsed.
Please
register
or
sign in
to comment