-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix build on GitHub Actions for lifecycle
, navigation
and paging
#777
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
base: androidx-main
Are you sure you want to change the base?
Conversation
:window:extensions:extensions
:window:window
to use the tip of :window:extensions:extensions
:window:window
to use the tip of :window:extensions:extensions
lifecycler
, navigation
and paging
lifecycler
, navigation
and paging
lifecycle
, navigation
and paging
|
a1092bb
to
9eac9ca
Compare
Some builds fail again because Lifecycle 2.9.1 is not available yet (the update comes from 2bd44d6). |
45360f6
to
51ee0cc
Compare
Lifecycle 2.9.1 was released, so I've updated this PR, and the build is green(-ish) again |
dfd6f93
to
ebfebc1
Compare
d328644
to
045cd2d
Compare
045cd2d
to
5a42f90
Compare
The remaining failures are coming from Compose because of:
|
5a42f90
to
a52a7fd
Compare
@@ -94,8 +94,8 @@ dependencies { | |||
androidTestImplementation(libs.truth) | |||
androidTestImplementation(libs.junit) // Needed for Assert.assertThrows | |||
androidTestImplementation(extensions_core_version) | |||
androidTestImplementation(compileOnly(project(":window:sidecar:sidecar"))) | |||
androidTestImplementation(compileOnly(extensions_version)) | |||
androidTestImplementation(project(":window:sidecar:sidecar")) |
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.
Good spotting. Will land this as r.android.com/3679958
…avigation:integration-tests:testapp`
a52a7fd
to
e193b57
Compare
Proposed Changes
Replace the fixed version dependency on
androidx.window.extensions:extensions
to use a project dependency in:window:window
to fix unresolved references when building:lifecycle
,:navigation
and:paging
.Replace some project dependencies on
:activity:activity
with a pinned version to 1.10.1 to fix the resultingType androidx.activity.ActivityViewModelLazyKt$viewModels$1 is defined multiple times
error.Add a step to free some spaces in the runner so every step can build.
Testing
Test: GitHub Actions pass for every supported module.
Issues Fixed
Fixes: N/A