Skip to content

Commit 4f4f29a

Browse files
feat: upgrade ios sdk to 10.6.0 and android sdk to 7.2.0
1 parent 4f493ad commit 4f4f29a

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

example/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fun findDartDefineValue(key: String): String? {
3939
android {
4040
namespace = "com.google.maps.flutter.navigation_example"
4141
compileSdk = flutter.compileSdkVersion
42-
ndkVersion = "27.0.12077973"
42+
ndkVersion = "28.2.13676358"
4343

4444
compileOptions {
4545
// Flag to enable support for the new language APIs
@@ -103,7 +103,7 @@ flutter {
103103
dependencies {
104104
implementation("androidx.car.app:app:1.7.0")
105105
implementation("androidx.car.app:app-projected:1.7.0")
106-
implementation("com.google.android.libraries.navigation:navigation:7.1.0")
106+
implementation("com.google.android.libraries.navigation:navigation:7.2.0")
107107
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
108108
androidTestUtil("androidx.test:orchestrator:1.5.1")
109109
}

example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 23 deletions
This file was deleted.

example/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)