Skip to content

Commit

Permalink
Include Livefront in Firebase distributions (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck authored Jul 3, 2024
1 parent c3d2389 commit a2572d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ platform :android do
android_artifact_type: "APK",
android_artifact_path: "app/build/outputs/apk/standard/release/com.x8bit.bitwarden-standard-release.apk",
service_credentials_file: options[:service_credentials_file],
groups: "internal-prod-group",
groups: "internal-prod-group, livefront",
release_notes: "Native Play Store Release from commit #{sh("git rev-parse --short HEAD")} on branch #{sh("git rev-parse --abbrev-ref HEAD")}",
)
end
Expand All @@ -197,7 +197,7 @@ platform :android do
android_artifact_type: "APK",
android_artifact_path: "app/build/outputs/apk/standard/beta/com.x8bit.bitwarden-standard-beta.apk",
service_credentials_file: options[:service_credentials_file],
groups: "internal-prod-group",
groups: "internal-prod-group, livefront",
release_notes: "Native Play Store Beta from commit #{sh("git rev-parse --short HEAD")} on branch #{sh("git rev-parse --abbrev-ref HEAD")}",
)
end
Expand All @@ -209,7 +209,7 @@ platform :android do
android_artifact_type: "APK",
android_artifact_path: "app/build/outputs/apk/fdroid/release/com.x8bit.bitwarden-fdroid-release.apk",
service_credentials_file: options[:service_credentials_file],
groups: "internal-prod-group",
groups: "internal-prod-group, livefront",
release_notes: "Native F-Droid Beta from commit #{sh("git rev-parse --short HEAD")} on branch #{sh("git rev-parse --abbrev-ref HEAD")}",
)
end
Expand Down

0 comments on commit a2572d9

Please sign in to comment.