Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
fairchat.ReactNative
Commits
1c201a85
Commit
1c201a85
authored
Mar 06, 2021
by
jbuechele
Browse files
updated fastlane and android build version
parent
5256b46e
Changes
3
Hide whitespace changes
Inline
Side-by-side
android/fastlane/Fastfile
View file @
1c201a85
...
@@ -18,7 +18,12 @@ default_platform(:android)
...
@@ -18,7 +18,12 @@ default_platform(:android)
platform
:android
do
platform
:android
do
desc
"Submit a new Beta Build"
desc
"Submit a new Beta Build"
lane
:beta
do
lane
:beta
do
gradle
(
task:
'assemble'
,
build_type:
'Release'
)
gradle
(
task:
'bundle'
,
build_type:
'ExperimentalPlay'
)
upload_to_play_store
(
track:
'beta'
,
skip_upload_apk:
true
,
aab:
'app/build/outputs/bundle/experimentalPlayRelease/app-experimental-play-release.aab'
)
end
end
desc
"Deploy a new version to the Google Play"
desc
"Deploy a new version to the Google Play"
...
...
android/fastlane/README.md
View file @
1c201a85
...
@@ -16,16 +16,11 @@ or alternatively using `brew install fastlane`
...
@@ -16,16 +16,11 @@ or alternatively using `brew install fastlane`
# Available Actions
# Available Actions
## Android
## Android
### android test
```
fastlane android test
```
Runs all the tests
### android beta
### android beta
```
```
fastlane android beta
fastlane android beta
```
```
Submit a new Beta Build
to Crashlytics Beta
Submit a new Beta Build
### android deploy
### android deploy
```
```
fastlane android deploy
fastlane android deploy
...
...
android/gradle.properties
View file @
1c201a85
...
@@ -40,8 +40,8 @@ FLIPPER_VERSION=0.51.0
...
@@ -40,8 +40,8 @@ FLIPPER_VERSION=0.51.0
APPLICATION_ID
=
chat.rocket.reactnative
APPLICATION_ID
=
chat.rocket.reactnative
# App properties
# App properties
VERSIONCODE
=
20002
4
VERSIONCODE
=
20002
5
BugsnagAPIKey
=
""
BugsnagAPIKey
=
""
APPLICATIONID
=
com.osalliance.rocketchatMobile
APPLICATIONID
=
com.osalliance.rocketchatMobile
VERSIONNAME
=
2.
4
.0
VERSIONNAME
=
2.
5
.0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment