Skip to content
Snippets Groups Projects
Commit 6606f6c6 authored by Karthik Shetty's avatar Karthik Shetty
Browse files

Update Fastfile

parent be77aa7a
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ platform :android do
upload_to_google_play(
track: "internal", # or "alpha", "beta", "production"
json_key: json_key_file,
package_name: "your.app.package.name",
package_name: "com.kp.testapp",
apk: "app/build/outputs/apk/debug/app-debug.apk",
skip_upload_metadata: true, # Set to false if you want to upload metadata (e.g., changelog)
skip_upload_images: true, # Set to false if you want to upload screenshots, feature graphics, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment