chore: update Fastfile for AAB path and release notes for version 2.1.9
This commit is contained in:
@@ -36,7 +36,7 @@ desc "Push a new release build to the Google Play"
|
|||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
json_key: ENV['FASTLANE_JSON_KEY_PATH'],
|
json_key: ENV['FASTLANE_JSON_KEY_PATH'],
|
||||||
track: 'production',
|
track: 'production',
|
||||||
aab: '../build/app/outputs/bundle/release/app-release.aab',
|
aab: '../app-release.aab',
|
||||||
skip_upload_apk: true,
|
skip_upload_apk: true,
|
||||||
skip_upload_images: true,
|
skip_upload_images: true,
|
||||||
skip_upload_screenshots: true,
|
skip_upload_screenshots: true,
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
https://github.com/cogwheel0/conduit/releases/tag/v2.1.9
|
||||||
@@ -1 +1 @@
|
|||||||
https://github.com/cogwheel0/conduit/releases/tag/v2.1.7
|
https://github.com/cogwheel0/conduit/releases/tag/v2.1.9
|
||||||
|
|||||||
Reference in New Issue
Block a user