build(deps): update dependencies across android-maps-utils#1715
Conversation
Updated dependencies: - androidx.core:core-ktx: 1.17.0 -> 1.18.0 (latest API 36 compatible) - org.jetbrains.kotlin:kotlin-*: 2.3.10 -> 2.4.0 - org.jetbrains.kotlinx:kotlinx-coroutines-*: 1.10.2 -> 1.11.0 - androidx.lifecycle:lifecycle-viewmodel-ktx: 2.10.0 -> 2.11.0 - androidx.activity:activity-compose: 1.12.4 -> 1.13.0 - androidx.compose:compose-bom: 2026.02.00 -> 2026.06.01 - org.mockito:mockito-core: 5.21.0 -> 5.23.0 - io.mockk:mockk: 1.14.9 -> 1.14.11 - com.android.tools.lint:lint-*: 32.0.1 -> 32.2.1 - org.jacoco:org.jacoco.core: 0.8.14 -> 0.8.15
… compatibility across demo module
…oops in HeatmapTileProvider for API 23 NewApi lint compliance
| core-ktx = "1.17.0" | ||
| kotlin = "2.3.10" | ||
| kotlinx-coroutines = "1.10.2" | ||
| core-ktx = "1.18.0" |
Code Coverage
|
|
Note on Dependency Version Caps (
|
|
Do we want to update to the latest dependency version, @dkhawk ? Also, since we will be merging the refactor PR, I wonder if it could make sense to make sure that the rewrite branch is updated, instead of main, which will be temporary. |
LoyalAbbas
left a comment
There was a problem hiding this comment.
Since we're already rewriting the code, could we migrate directly to compileSdk = 37? Also, instead of merging this into main, would it make sense to merge it into the rewrite branch for now? Once all the code is updated, we can merge everything into main together.
Automated dependency updates for android-maps-utils on single persistent branch
deps/auto-update.All 39 unit tests and Gradle build verification tasks passed cleanly (
./gradlew testDebugUnitTest --continue).