Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): add support for Gradle Version Catalogs #190

Merged
merged 2 commits into from
May 10, 2024

Conversation

thatfiredev
Copy link
Collaborator

The most recent versions of Android Studio now create projects using a new Gradle feature named Version Catalogs. In short, this feature allows developers to specify their dependencies in a centralized gradle/libs.versions.toml file and then reference them from their build.gradle(.kts) files.

We've started to create new projects in the Firebase Android repos and those now come with Version Catalogs by default (see example in the snippets-android repo).

This PR makes sure that dpebot can update the dependencies in those toml files.

@thatfiredev thatfiredev requested a review from morganchen12 May 10, 2024 13:55
@thatfiredev thatfiredev merged commit 9b14e04 into master May 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants