Earlier today I was looking into automatically building an APK/AAB artifact for one of the projects I am working on, using GitHub Actions. After the basic setup, I had to run the
Gradle version catalog feature allows us to share dependencies
between different projects or modules. In this article, we will take a look at
why we need to use this feature compared to other solutions and how to
configure and use Gradle version catalog.