googlemaps / android-maps-compose

Jetpack Compose composables for the Maps SDK for Android
https://developers.google.com/maps/documentation/android-sdk/maps-compose
Apache License 2.0
1.14k stars 135 forks source link

Automate dependency management in Gradle version catalog #190

Open wangela opened 2 years ago

wangela commented 2 years ago

Is your feature request related to a problem? Please describe. Since the migration to version catalogs in PR #185, we lost automated dependency management because our current manger Dependabot does not support Gradle version catalogs.

Describe the solution you'd like Other Google-managed repositories use Renovate which does support version catalogs.

Describe alternatives you've considered

yogurtearl commented 1 year ago

Renovate is licensed under AGPL. -> https://opensource.google/documentation/reference/using/agpl-policy

wangela commented 1 year ago

@yogurtearl thank you for the flag. That's disappointing.... we'll continue with manual dependency management until Dependabot supports version catalogs or someone can suggest a viable alternative!

wangela commented 1 year ago

Dependabot now supports version catalog.