Skip to content

Commit 0d2c538

Browse files
committed
chore: upgrade androidx.car.app libs to version 1.7.0
1 parent 8f8ae5d commit 0d2c538

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ android {
7575
}
7676

7777
dependencies {
78-
implementation 'androidx.car.app:app:1.4.0'
79-
implementation 'androidx.car.app:app-projected:1.4.0'
78+
implementation 'androidx.car.app:app:1.7.0'
79+
implementation 'androidx.car.app:app-projected:1.7.0'
8080
implementation 'com.google.android.libraries.navigation:navigation:7.1.0'
8181
testImplementation 'org.jetbrains.kotlin:kotlin-test'
8282
testImplementation 'io.mockk:mockk:1.13.8'

example/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ flutter {
101101
}
102102

103103
dependencies {
104-
implementation("androidx.car.app:app:1.4.0")
105-
implementation("androidx.car.app:app-projected:1.4.0")
104+
implementation("androidx.car.app:app:1.7.0")
105+
implementation("androidx.car.app:app-projected:1.7.0")
106106
implementation("com.google.android.libraries.navigation:navigation:7.1.0")
107107
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
108108
androidTestUtil("androidx.test:orchestrator:1.5.1")

0 commit comments

Comments
 (0)