mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update fastlane
This commit is contained in:
@@ -45,13 +45,13 @@ platform :android do
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Deploy a new Pro Beta version to the Google Play"
|
desc "Deploy a new Free Beta version to the Google Play"
|
||||||
lane :deploy_beta_free do
|
lane :deploy_beta_free do
|
||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
track: "beta",
|
track: "beta",
|
||||||
skip_upload_metadata: "false",
|
skip_upload_metadata: "false",
|
||||||
skip_upload_images: "true",
|
skip_upload_images: "true",
|
||||||
skip_upload_screenshots: "true",
|
skip_upload_screenshots: "false",
|
||||||
apk: "./app/build/outputs/apk/free/release/app-free-release.apk",
|
apk: "./app/build/outputs/apk/free/release/app-free-release.apk",
|
||||||
validate_only: "false",
|
validate_only: "false",
|
||||||
)
|
)
|
||||||
@@ -64,7 +64,7 @@ platform :android do
|
|||||||
track: "beta",
|
track: "beta",
|
||||||
skip_upload_metadata: "false",
|
skip_upload_metadata: "false",
|
||||||
skip_upload_images: "true",
|
skip_upload_images: "true",
|
||||||
skip_upload_screenshots: "true",
|
skip_upload_screenshots: "false",
|
||||||
apk: "./app/build/outputs/apk/pro/release/app-pro-release.apk",
|
apk: "./app/build/outputs/apk/pro/release/app-pro-release.apk",
|
||||||
validate_only: "false",
|
validate_only: "false",
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ Build a new Beta version
|
|||||||
```
|
```
|
||||||
fastlane android deploy_beta_free
|
fastlane android deploy_beta_free
|
||||||
```
|
```
|
||||||
Deploy a new Pro Beta version to the Google Play
|
Deploy a new Free Beta version to the Google Play
|
||||||
### android deploy_beta_pro
|
### android deploy_beta_pro
|
||||||
```
|
```
|
||||||
fastlane android deploy_beta_pro
|
fastlane android deploy_beta_pro
|
||||||
|
|||||||
Reference in New Issue
Block a user