Skip to content

Conversation

@dkhawk
Copy link
Collaborator

@dkhawk dkhawk commented Oct 20, 2025

Updated several dependencies to their latest versions and made improvements to the build process and codebase.

(Note: using feat to force the release with the new maps-ktx version)

Key changes:

  • Dependency Updates:
    • compose-bom to 2025.10.00
    • dokka to 2.1.0
    • maps-ktx to 5.2.1
    • mockk to 1.14.6
    • org-jacoco-core to 0.8.14
  • Build Configuration:
    • Increased Gradle JVM arguments to -Xmx4g in gradle.properties.
    • Removed the redundant top-level clean task from the root build.gradle.kts.
  • Code Refinements:
    • Replaced Bitmap.createBitmap with the KTX equivalent androidx.core.graphics.createBitmap in ClusterRenderer.
    • Removed various unused imports across the codebase.
    • Improved comments in Clustering.kt by using fully qualified class names for better clarity.

Updated several dependencies to their latest versions and made improvements to the build process and codebase.

(Note: using feat to force the release with the new maps-ktx version)

Key changes:
- **Dependency Updates**:
  - `compose-bom` to `2025.10.00`
  - `dokka` to `2.1.0`
  - `maps-ktx` to `5.2.1`
  - `mockk` to `1.14.6`
  - `org-jacoco-core` to `0.8.14`
- **Build Configuration**:
  - Increased Gradle JVM arguments to `-Xmx4g` in `gradle.properties`.
  - Removed the redundant top-level `clean` task from the root `build.gradle.kts`.
- **Code Refinements**:
  - Replaced `Bitmap.createBitmap` with the KTX equivalent `androidx.core.graphics.createBitmap` in `ClusterRenderer`.
  - Removed various unused imports across the codebase.
  - Improved comments in `Clustering.kt` by using fully qualified class names for better clarity.
@dkhawk dkhawk requested a review from kikoso October 20, 2025 19:00
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.

1 participant