diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d1cfaf3f7e..a411e3c160 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -96,7 +96,8 @@ platform :android do firebase_app_distribution( app: ENV['app_id_internal'], apk_path: ENV['apk_path_internal'], - groups: ENV['groups'] + groups: ENV['groups'], + release_notes: ENV['releaseNotes'] ) end end