chore: update Fastfile for AAB path and release notes for version 2.1.9

This commit is contained in:
cogwheel0
2025-10-24 11:52:05 +05:30
parent e98f0e05b2
commit c5f4168d47
3 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ desc "Push a new release build to the Google Play"
upload_to_play_store(
json_key: ENV['FASTLANE_JSON_KEY_PATH'],
track: 'production',
aab: '../build/app/outputs/bundle/release/app-release.aab',
aab: '../app-release.aab',
skip_upload_apk: true,
skip_upload_images: true,
skip_upload_screenshots: true,