feat: Updated Gradle and various dependencies#1516
Open
dkhawk wants to merge 4 commits intogooglemaps:mainfrom
Open
feat: Updated Gradle and various dependencies#1516dkhawk wants to merge 4 commits intogooglemaps:mainfrom
dkhawk wants to merge 4 commits intogooglemaps:mainfrom
Conversation
Here's a summary of the changes: - Gradle wrapper to version 8.8. - Android Gradle Plugin to 8.5.0. - Kotlin to 1.9.23 (to align with AGP 8.5.0). - kotlinx-coroutines to 1.8.1. - Other libraries in gradle/libs.versions.toml to their latest stable versions, including corrections for versions that were not the actual latest stable. I kept the jacoco-android plugin version at 0.2.1 because version 0.3.0 couldn't be resolved when I tried to build. NOTE: I couldn't perform a local build or run tests because of a missing Android SDK. You'll need to validate these steps manually or in a CI environment that has the Android SDK set up.
Updates include: - Gradle wrapper to 8.14.1 - Dokka Gradle plugin to 2.0.0 - Android Gradle plugin to 8.10.1 - Lifecycle ViewModel KTX to 2.9.0 - Kotlin to 2.1.20 - Kotlinx Coroutines to 1.10.2 - Play Services Maps to 19.2.0 - Core KTX to 1.16.0 - Robolectric to 4.14.1 - Lint to 31.10.1
kikoso
reviewed
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I kept the jacoco-android plugin version at 0.2.1 because version 0.3.0 couldn't be resolved when I tried to build.