diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3e796fb..65c64ce 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -191,7 +191,9 @@ firebase_app_distribution( app: lane_context[SharedValues::GOOGLE_APP_ID], apk_path: "app/build/outputs/apk/#{getFlavorName(options)}/release/app-#{getFlavorName(options)}-release.apk", - firebase_cli_token: firebase_api_token + firebase_cli_token: firebase_api_token, + release_notes_file: 'fastlane/metadata/android/en-US/changelogs/latest.txt', + groups: 'beta', ) end end diff --git a/fastlane/metadata/android/en-US/changelogs/latest.txt b/fastlane/metadata/android/en-US/changelogs/latest.txt index 098b6f7..600e25c 100644 --- a/fastlane/metadata/android/en-US/changelogs/latest.txt +++ b/fastlane/metadata/android/en-US/changelogs/latest.txt @@ -1,3 +1,4 @@ - Nothing visible -- Backports from Dappre -- Improves PL \ No newline at end of file +- Backport latest Gradle config from Dappre +- Improves PL with better validation +- Support Firebase App Distribution