Skip to content

Commit

Permalink
new android build [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-bot committed Mar 31, 2022
1 parent 611d629 commit d865117
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 3 additions & 1 deletion android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-huawei_appgallery_connect (1.0.18)
fastlane-plugin-increment_version_code (0.4.3)
gh_inspector (1.1.3)
google-api-client (0.38.0)
Expand Down Expand Up @@ -198,7 +199,8 @@ PLATFORMS

DEPENDENCIES
fastlane
fastlane-plugin-huawei_appgallery_connect
fastlane-plugin-increment_version_code

BUNDLED WITH
1.17.2
1.17.3
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ android {
applicationId "com.galoyapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 305
versionCode 306
versionName "1.7.5"
missingDimensionStrategy 'react-native-camera', 'general' // React native camera

Expand Down

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions android/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ Submit a new Beta Build to Crashlytics Beta
```
fastlane android beta
```
Deploy a new version to both Play Store and Huawei Store
### android play_store_release
```
fastlane android play_store_release
```
Deploy a new version to the Google Play
### android huawei_release
```
fastlane android huawei_release
```
Deploy a new version to Huawei App Gallery

----

Expand Down

0 comments on commit d865117

Please sign in to comment.