-
Notifications
You must be signed in to change notification settings - Fork 624
Migrate Database to KTS + VC #4816
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
Conversation
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. Add the 'main-merge-ack' label to your PR to confirm merging into the main branch is intended. |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
This reverts commit 3c20d9b.
Per b/274927706,
This migrates all the
database
build scripts from Groovy to Kotlin, and from the old ext based common dep versioning to the new Version Catalog based versioning.More specifically, this migrates the following SDKs:
firebase-database
firebase-database-ktx
firebase-database-collection
This also fixes a minor bug with
IntegrationTestValues
that causes the IDE to freak out regarding resources populated at runtime not being present.