android-templates
android-templates copied to clipboard
Update Compose dependencies using BOM for versioning all libs
Why
After Google released BOM for the compose libraries, it helps us to manage the latest versions of libraries we are using. Therefore, we don't need to handle it independently. However, if we want to fix version to some libraries, we can do it by overriding the library version.
Who Benefits?
Android devs