Commit 0df28a56 authored by Martin Santangelo's avatar Martin Santangelo

wip2

No related merge requests found
......@@ -208,7 +208,7 @@ workflows:
branches:
only:
- /stable-*/
- /release-*/
- /test-*/
- test/circle-ci
- sentry:
requires:
......
......@@ -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:
......
......@@ -26,10 +26,10 @@ org.gradle.jvmargs=-Xmx2048m
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000
versionName=3.14.0
versionName=3.15.0
# CUSTOM
versionCode=1050000018
versionCode=1050000019
# PLAY STORE (Keep double hash for the CI)
## versionCode=310036
## versionCode=310037
Please register or to comment