Splitties/refreshVersions
Life is too short to google for dependencies and versions observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 37
- Release rhythm 11
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2895
- days_rel: 382
- days_push: 382
- n_releases_24m: 1
Adoption not part of the score
1710 stars · 110 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
refreshVersions is a Gradle plugin that centralizes dependency versions in a versions.properties file and automates finding and applying dependency updates. It targets multi-module Gradle projects, especially Android and Kotlin/JVM codebases, reducing the manual work of adding and upgrading dependencies.
Use cases
- find available dependency updates for my gradle project
- centralize dependency versions across a multi-module android build
- add a new dependency without googling the latest version
- migrate hardcoded gradle versions to a versions catalog
- automate dependency version bumps in versions.properties
When to choose
- you maintain a multi-module Gradle or Android project with many dependencies
- you want a single properties file as the source of truth for versions
- you want built-in dependency notations and update checks from the CLI
When to avoid
- your project does not use Gradle (e.g. Maven, npm)
- you are fully satisfied with Gradle version catalogs and Renovate/Dependabot
- you need minimal build tooling and dislike extra plugins
Facets
plugin · maturity active
build-tool package-manager developer-tools developer-tools mobile-development web-development jvm cross-platform gradle-plugin dependency-management version-catalog android kotlin dependency-updates automation gradle
2 sources
- readme: https://github.com/Splitties/refreshVersions · fetched 2026-08-28 · e6fcb0ec9f52
- homepage: https://splitties.github.io/refreshVersions/ · fetched 2026-08-29 · e4fe5c3718bf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Splitties/refreshVersions | main | 40 |
For agents
markdown · JSON · MCP: product_card(name="Splitties/refreshVersions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem