mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update fastlane scripts
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
json_key_file "./../Google_Play_Android_Developer.json" # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
||||
package_name "com.kunzisoft.keepass" # e.g. com.krausefx.app
|
||||
package_name "com.kunzisoft.keepass.free" # e.g. com.krausefx.app
|
||||
|
||||
@@ -40,7 +40,11 @@ platform :android do
|
||||
skip_upload_metadata: "false",
|
||||
skip_upload_images: "true",
|
||||
skip_upload_screenshots: "false",
|
||||
validate_only: "true",
|
||||
apk: "./app/build/outputs/apk/free_google/release/app-free_google-release.apk",
|
||||
validate_only: "false",
|
||||
)
|
||||
gradle(
|
||||
task: 'clean'
|
||||
)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user