Skip to content
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

feat: update navigation sdk versions (iOS -> 9.1.2, Android -> 6.0.0) and min iOS version to 15 #306

Merged
merged 3 commits into from
Oct 24, 2024

Conversation

illuminati1911
Copy link
Contributor

@illuminati1911 illuminati1911 commented Oct 18, 2024

Update Android and iOS nav SDK versions to latest and bump iOS min version to 15.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

@illuminati1911 illuminati1911 marked this pull request as ready for review October 18, 2024 08:00
Copy link
Contributor

@ArturoSalazarB16 ArturoSalazarB16 left a comment

Choose a reason for hiding this comment

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

Left a question re: KT. Also, please let's make sure to run thorough manual testing as we don't have e2e/integration tests to rely on for RN.

@@ -76,6 +76,6 @@ dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.google.android.libraries.navigation:navigation:5.3.1"
implementation "com.google.android.libraries.navigation:navigation:6.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I updated the gradle version to 8.4.0 just like in the Flutter SDK.

As for Kotlin and Kotlin Gradle Plugin...I'm not sure if we need those definitions since our SDK is written in Java. That being said, adding those didn't cause any issues and maybe it's more future proof that way so I added them as well.

Copy link
Contributor

@jokerttu jokerttu left a comment

Choose a reason for hiding this comment

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

LGTM

@jokerttu jokerttu merged commit cdd7b68 into googlemaps:main Oct 24, 2024
13 checks passed
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