Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlemaps/android-maps-ktx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: googlemaps/android-maps-ktx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 4 contributors

Commits on Oct 16, 2023

  1. chore(deps): bump org.jetbrains.dokka:dokka-gradle-plugin (#217)

    Bumps org.jetbrains.dokka:dokka-gradle-plugin from 1.9.0 to 1.9.10.
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5350d23 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. chore(deps): bump com.google.android.gms:play-services-maps (#218)

    Bumps com.google.android.gms:play-services-maps from 18.1.0 to 18.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.google.android.gms:play-services-maps
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    59490b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    7d15c30 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix: upgrade build dependencies (#216)

    * fix: MyItem class
    * chore: update dependencies and secrets gradle plugin
    
    BREAKING CHANGE: Since android-maps-utils v3.2.0 introduced z-index to marker clusters, this change propagates that change. See release notes from android-maps-utils v3.2.0 https://github.com/googlemaps/android-maps-utils/releases/tag/v3.2.0
    
    ---------
    
    Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
    kikoso and wangela authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ac28a84 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.0 [skip ci]

    # [5.0.0](v4.0.0...v5.0.0) (2023-10-27)
    
    ### Bug Fixes
    
    * upgrade build dependencies ([#216](#216)) ([ac28a84](ac28a84))
    
    ### BREAKING CHANGES
    
    * Since android-maps-utils v3.2.0 introduced z-index to marker clusters, this change propagates that change. See release notes from android-maps-utils v3.2.0 https://github.com/googlemaps/android-maps-utils/releases/tag/v3.2.0
    semantic-release-bot committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ae9d708 View commit details
    Browse the repository at this point in the history
Loading