File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ upload-app-bundle:
641
641
642
642
if [ " $NETWORK" = " regtest" ]; then
643
643
echo " Uploading for regtest"
644
- ANDROID_PACKAGE_NAME=' finance.get10101.app.demo' FASTLANE_ANDROID_APP_SCHEME=' demo' bundle exec fastlane alpha
644
+ ANDROID_PACKAGE_NAME=' finance.get10101.app.demo' FASTLANE_ANDROID_APP_SCHEME=' demo' bundle exec fastlane beta
645
645
else
646
646
echo " Uploading for mainnet"
647
647
ANDROID_PACKAGE_NAME=' finance.get10101.app' FASTLANE_ANDROID_APP_SCHEME=' full' bundle exec fastlane internal
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ platform :android do
16
16
)
17
17
end
18
18
19
- desc "Submit a new build to google play store for our alpha testers"
20
- lane :alpha do
19
+ desc "Submit a new build to google play store for our beta testers"
20
+ lane :beta do
21
21
upload_to_play_store (
22
- track : 'alpha ' ,
22
+ track : 'beta ' ,
23
23
aab : "../build/app/outputs/bundle/#{ APP_SCHEME } Release/app-#{ APP_SCHEME } -release.aab" ,
24
24
skip_upload_metadata : true ,
25
25
skip_upload_images : true ,
You can’t perform that action at this time.
0 commit comments