Skip to content

Commit f472ed3

Browse files
authored
feat: upgrade Navigation SDK for Android to 7.5.0 (#557)
1 parent 2aaff3b commit f472ed3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ dependencies {
5858
implementation "androidx.car.app:app:1.4.0"
5959
implementation "androidx.car.app:app-projected:1.4.0"
6060
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
61-
implementation "com.google.android.libraries.navigation:navigation:7.4.0"
61+
implementation "com.google.android.libraries.navigation:navigation:7.5.0"
6262
api 'com.google.guava:guava:31.0.1-android'
6363
}

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153
implementation "androidx.car.app:app-projected:1.4.0"
154154

155155
// Include the Google Navigation SDK.
156-
implementation 'com.google.android.libraries.navigation:navigation:7.4.0'
156+
implementation 'com.google.android.libraries.navigation:navigation:7.5.0'
157157
}
158158

159159
secrets {

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ allprojects {
6868
}
6969

7070
dependencies {
71-
// Desugar Java 8+ APIs
72-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
71+
// Desugar Java 8+ APIs (NIO flavor required for Navigation SDK 7.5.0+)
72+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4'
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)