Skip to content

feat!: Update to Maps SDK v20.0.0 and add internal usage attribution#373

Merged
dkhawk merged 2 commits into
mainfrom
fix/update-to-maps-20.0.0
Jan 26, 2026
Merged

feat!: Update to Maps SDK v20.0.0 and add internal usage attribution#373
dkhawk merged 2 commits into
mainfrom
fix/update-to-maps-20.0.0

Conversation

@dkhawk

@dkhawk dkhawk commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR updates the Maps SDK to v20.0.0 and adds internal usage attribution.

Changes:

  • Updated maps-sdk dependency to 20.0.0.
  • Bumped minSdk to 23 (Breaking Change).
  • Added AttributionIdInitializer using androidx.startup for internal usage metrics.
  • Updated README.md with attribution opt-out instructions and corrected code snippets.
  • Added installAndLaunch Gradle task for easier demo app testing.

Breaking Changes:

  • minSdk is now 23.
  • Maps SDK v20.0.0 migration may require client updates.

- Update maps-sdk dependency to 20.0.0
- Bump minSdk to 23
- Add internal usage attribution via androidx.startup
- Update README with Easter eggs and attribution info
- Add installAndLaunch Gradle task

BREAKING CHANGE: This release bumps the minimum SDK version to 23 and updates the Maps SDK to v20.0.0, which may require changes in consuming applications.
@dkhawk dkhawk requested a review from kikoso January 23, 2026 22:19
Comment thread gradle/libs.versions.toml Fixed
Comment thread gradle/libs.versions.toml
# --- Gradle Plugins ---
# Versions for Gradle plugins used in the build process.
agp = "8.13.1"
agp = "8.13.2"

Check warning

Code scanning / Android Lint

Obsolete Android Gradle Plugin Version Warning

A newer version of com.android.application than 8.13.2 is available: 9.2.1
Comment thread gradle/libs.versions.toml
# --- Gradle Plugins ---
# Versions for Gradle plugins used in the build process.
agp = "8.13.1"
agp = "8.13.2"

Check warning

Code scanning / Android Lint

Obsolete Android Gradle Plugin Version Warning

A newer version of com.android.tools.build:gradle than 8.13.2 is available: 9.2.1

@kikoso kikoso left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM!

@dkhawk dkhawk merged commit 11521b1 into main Jan 26, 2026
7 checks passed
@dkhawk dkhawk deleted the fix/update-to-maps-20.0.0 branch January 26, 2026 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.

3 participants