Closed wzieba closed 3 weeks ago
The following changes in project dependencies were detected (configuration wordpressVanillaReleaseRuntimeClasspath
):
App Name | WordPress | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21367-a948c05 | |
Commit | a948c0592d9336c2cef8e451398c83cdf38b7c50 | |
Direct Download | wordpress-prototype-build-pr21367-a948c05.apk |
App Name | Jetpack | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21367-a948c05 | |
Commit | a948c0592d9336c2cef8e451398c83cdf38b7c50 | |
Direct Download | jetpack-prototype-build-pr21367-a948c05.apk |
FYI: @wzieba , in the previous #21353 PR I forgot to mention about this androidx-paging-runtime
version and the recommendation to use androidx-paging
instead. The runtime
suffix can be removed and only be utilized on the dependency itself, which could be runtime
related, ktx
related, or any other androidx-paging
related dependency. However, the same androidx-paging
version should apply to all these dependencies, this version shouldn't be specific to runtime
. Hope that makes sense. 🙏
PS: As an example, check this androidx-room
version you also migrated in that PR.
Thanks for both reviews @ParaskP7 ! 🙌
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
This PR migrates
login
module to use local version catalog and unifies setup of per-project repositories for easier management.Testing
This PR introduces build-related changes - a green light from CI and empty list of dependency diff should be just fine.