fastlane-plugin-firebase_app_distribution icon indicating copy to clipboard operation
fastlane-plugin-firebase_app_distribution copied to clipboard

Bump versions of Google API clients and remove hack

Open kaibolay opened this issue 11 months ago • 1 comments
trafficstars

kaibolay avatar Dec 12 '24 22:12 kaibolay

This can't be merged until https://github.com/fastlane/fastlane/pull/21777 is (partially) reverted to allow google-cloud-env >= 2.0.0 which depends on fastlane requiring Ruby >= 2.7.

The current versions of the Google API clients depend on google-apis-core >= 0.15.0 which depends on googleauth ~> 1.9 which depends on google-cloud-env ~> 2.1.

See https://github.com/fastlane/fastlane/pull/21685#pullrequestreview-2490037163 for details.

kaibolay avatar Dec 13 '24 01:12 kaibolay