-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: update navigation sdk versions (iOS -> 9.1.2, Android -> 6.0.0) and min iOS version to 15 #306
Conversation
There was a problem hiding this 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: do we not define a specific KT/KGP version here? should we?
There was a problem hiding this comment.
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.
1961450
to
496c8e5
Compare
496c8e5
to
1392b98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update Android and iOS nav SDK versions to latest and bump iOS min version to 15.