Skip to content

feat: Updated Gradle and various dependencies #1516

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dkhawk
Copy link
Contributor

@dkhawk dkhawk commented Jun 2, 2025

  • 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.

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.
@dkhawk dkhawk requested a review from kikoso June 2, 2025 20:59
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
Copy link
Collaborator

@kikoso kikoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants