From e7a0006b7976b246509ce3ad326f0e5a5cf12538 Mon Sep 17 00:00:00 2001 From: Ash Davies <1892070+ashdavies@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:25:55 +0100 Subject: [PATCH] Update Fastfile (#1303) --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e66d0a791..136498d68 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -4,7 +4,7 @@ platform :android do lane :publish_to_play_store do upload_to_play_store( package_name: "io.ashdavies.playground", - release_status: "draft" + release_status: "draft", track: "internal", json_key: "conferences-app/src/androidMain/play-store-key.json", aab: "conferences-app/build/outputs/bundle/release/conferences-app-release.aab",