Update fastlane scripts

This commit is contained in:
J-Jamet
2018-02-01 19:28:11 +01:00
parent c24c18d89e
commit 06056128e5
2 changed files with 6 additions and 2 deletions

View File

@@ -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 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

View File

@@ -40,7 +40,11 @@ platform :android do
skip_upload_metadata: "false", skip_upload_metadata: "false",
skip_upload_images: "true", skip_upload_images: "true",
skip_upload_screenshots: "false", 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
end end