google / play-services-plugins

Plugins to help with using Google Play services SDK.
https://developers.google.com/android/guides/overview
Apache License 2.0
471 stars 138 forks source link

Version 4.4.0 no longer sets app id to Firebase Distribution #276

Closed adrianolc closed 1 year ago

adrianolc commented 1 year ago

After the last update, com.google.gms.google-services:4.4.0, the plugin cannot set the app id to the Firebase Distribution. Working fine on version 4.3.15.

* What went wrong:
Execution failed for task ':android:app:appDistributionUploadFirebaseRelease'.
> Missing app id. Please check that it was passed in and try again

Setting the app ID to firebaseAppDistribution manually works as expected.

Similar issue in the past

G00fY2 commented 1 year ago

@adrianolc maybe it's even an intended behavior change? I still can't find a changelog on the Firebase releases page one week after 4.4.0 has been published.

G00fY2 commented 1 year ago

Should be fixed with https://firebase.google.com/support/release-notes/android#appdistro_gradle_plugin_v4-0-1

But still changelogs for com.google.gms.google-services:4.4.0 are missing.

adrianolc commented 1 year ago

@G00fY2 yep, you're right, this was fixed with the Firebase AppDistro update.

Thanks!!