update fastfile

This commit is contained in:
Violet Caulfield
2025-10-24 10:27:46 -05:00
parent 9b211933e1
commit 1270ad9670
+2 -2
View File
@@ -31,8 +31,8 @@ platform :android do
upload_to_play_store(
package_name: 'com.jellify',
track: 'internal',
release_status: 'completed',
json_key: '/Users/violet/Downloads/play-store-credentials.json',
release_status: 'draft',
json_key: './play-store-credentials.json',
)
end
end