File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
159159secrets {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments