-
Notifications
You must be signed in to change notification settings - Fork 615
Removed unused Android Lifecycle dependencies #55
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
/test smoke-tests-release |
This commit actually remove them instead of commenting them out. These dependencies cause a breakage for binary size tooling and appear to be unused.
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we validate this works with the quickstart apps?
This merges in the last release bump.
/test check |
@bjornick Do you want to run it against the actual quickstart apps? Or the smoke test apps in the repo? This is passing with the smoke tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Smoke test for database /firestore is good enough
This reverts commit 5e25b96.
This reverts commit 8218c56.
This removes the android.arch.lifecycle:runtime:1.1.1, android.arch.lifecycle:common:1.1.1, android.arch.core:runtime:1.1.1, and android.arch.core:common:1.1.1 dependencies from Database, Firestore, and Storage.
Are these dependencies needed for some hidden reason? The tests pass with these removed, and their presence is causing some build errors for our APK size measurement tooling.