Skip to content

feat!: upgrade android sdk to 7.9.0 and ios sdk to 10.15.0 - #621

Merged
illuminati1911 merged 10 commits into
mainfrom
feat/upgrade-sdks
Aug 24, 2026
Merged

feat!: upgrade android sdk to 7.9.0 and ios sdk to 10.15.0#621
illuminati1911 merged 10 commits into
mainfrom
feat/upgrade-sdks

Conversation

@illuminati1911

@illuminati1911 illuminati1911 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor
  • Upgrades Google Maps Navigation SDK for Android to version 7.9.0
  • Upgrades Google Maps Navigation SDK for iOS to version 10.15.0

BREAKING CHANGE:

  • The minimum required Kotlin version is now 2.3.0
  • This upgrade requires overriding React Native’s default Kotlin Gradle Plugin versions, because the versions currently used by React Native are no longer supported
    • Kotlin Gradle Plugin must be 2.3.0 or newer. Tested with 2.3.21.

Android SDK version 7.9.0 release notes are available at:
https://developers.google.com/maps/documentation/navigation/android-sdk/release-notes

iOS SDK version 10.15.0 release notes are available at:
https://developers.google.com/maps/documentation/navigation/ios-sdk/release-notes

Potentially fixes: #627

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation
  • I added new tests to check the change I am making
  • All existing and new tests are passing.
@illuminati1911
illuminati1911 requested a review from jokerttu June 24, 2026 06:50
@illuminati1911 illuminati1911 changed the title feat!: upgrade android sdk to 7.7.0 and ios sdk to 10.14.0 Jul 23, 2026
@illuminati1911

Copy link
Copy Markdown
Contributor Author

Updated the SDKs to latest 7.8.0 and 10.15.0.

@illuminati1911

Copy link
Copy Markdown
Contributor Author

Migrated the deprecated setAudioGuidance to setAudioGuidanceSettings function on Android.

@illuminati1911

Copy link
Copy Markdown
Contributor Author

Small update:
React Native 0.87.0-rc.3 contains AGP version 9.2.1 which is likely to be released within next 1-3 weeks and it should make it possible to merge this and create a new release.

@illuminati1911 illuminati1911 changed the title feat!: upgrade android sdk to 7.8.0 and ios sdk to 10.15.0 Aug 19, 2026
@illuminati1911

Copy link
Copy Markdown
Contributor Author

Updated Android SDK to 7.9.0 dues to compilation error caused by the former 7.8.0 SDK.

Comment thread README.md

@jokerttu jokerttu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@illuminati1911
illuminati1911 merged commit 846e27f into main Aug 24, 2026
17 checks passed
@illuminati1911
illuminati1911 deleted the feat/upgrade-sdks branch August 24, 2026 11:13
jokerttu added a commit that referenced this pull request Aug 26, 2026
The 0.17.0 breaking-change entry for #621 didn't state what actually
breaks. Add the RN 0.87.0 minimum and Kotlin Gradle Plugin 2.3.0+
requirement, linking to MIGRATING.md for full upgrade steps.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
jokerttu added a commit that referenced this pull request Aug 26, 2026
The 0.17.0 breaking-change entry for #621 didn't state what actually
breaks. Add the RN 0.87.0 minimum and Kotlin Gradle Plugin 2.3.0+
requirement, linking to MIGRATING.md for full upgrade steps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants