Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhodak authored Feb 5, 2023
1 parent 5e5e23a commit 9670093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platform :android do
lane :internal do
firebase_app_distribution(
app: "1:217323738064:android:69b0e7b3ca4a8e2f6d1fd5",
android_artifact_type: "aab",
android_artifact_type: "AAB",
android_artifact_path: "./app/build/outputs/bundle/betaRelease/app-beta-release.aab",
service_credentials_file: ENV["GOOGLE_APP_CREDENTIALS"],
)
Expand All @@ -39,7 +39,7 @@ platform :android do
lane :beta do
firebase_app_distribution(
app: "1:217323738064:android:69b0e7b3ca4a8e2f6d1fd5",
android_artifact_type: "aab",
android_artifact_type: "AAB",
android_artifact_path: "./app/build/outputs/bundle/betaRelease/app-beta-release.aab",
service_credentials_file: ENV["GOOGLE_APP_CREDENTIALS"],
)
Expand Down

0 comments on commit 9670093

Please sign in to comment.