AniTrend / retrofit-graphql

Retrofit converter which uses annotations to inject .graphql query or mutation files into a request body, along with any variables.
https://anitrend.github.io/retrofit-graphql/
Apache License 2.0
109 stars 19 forks source link

Migrate to version cataloges for buildSrc #128

Closed wax911 closed 3 months ago

wax911 commented 1 year ago

Issue Guidelines

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

You may find an answer in already closed issues: https://github.com/AniTrend/retrofit-graphql/issues?q=is%3Aissue+is%3Aclosed

Feature Information

Currently we still use Library versions in buildSrc which we have to manually update using manesVersion to figure out available updates

Solution Information

Refer to this doc for additional context: https://docs.gradle.org/current/userguide/platforms.html also see example https://github.com/AniTrend/support-arch/pull/88