Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviuvsp committed Apr 24, 2024
1 parent d28e286 commit 7614c77
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,12 @@ platform :android do
"android.injected.signing.key.alias" => ENV['KEYSTORE_ALIAS'],
"android.injected.signing.key.password" => ENV['KEYSTORE_PASSWORD'],
})

changelog = changelog_from_git_commits(
between: "HEAD",
commits_count: 10
)

firebase_app_distribution(
app: ENV['APP_ID'],
android_artifact_type: "APK",
firebase_cli_token: ENV['FIREBASEAPPDISTRO_CLI_TOKEN'],
groups: "Android",
release_notes: "## Changelog\n" + changelog
groups: "Android"
)
end

Expand Down

0 comments on commit 7614c77

Please sign in to comment.