File tree 5 files changed +15
-17
lines changed
google_navigation_flutter
5 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ group 'com.google.maps.flutter.navigation'
16
16
version ' 1.0-SNAPSHOT'
17
17
18
18
buildscript {
19
- ext. kotlin_version = ' 2.0 .0'
19
+ ext. kotlin_version = ' 2.1 .0'
20
20
repositories {
21
21
google()
22
22
mavenCentral()
@@ -51,19 +51,17 @@ ktfmt {
51
51
}
52
52
53
53
android {
54
- if (project. android. hasProperty(" namespace" )) {
55
- namespace ' com.google.maps.flutter.navigation'
56
- }
57
-
54
+ namespace ' com.google.maps.flutter.navigation'
55
+
58
56
compileSdk 34
59
57
60
58
compileOptions {
61
- sourceCompatibility JavaVersion . VERSION_1_8
62
- targetCompatibility JavaVersion . VERSION_1_8
59
+ sourceCompatibility JavaVersion . VERSION_11
60
+ targetCompatibility JavaVersion . VERSION_11
63
61
}
64
62
65
63
kotlinOptions {
66
- jvmTarget = ' 1.8 '
64
+ jvmTarget = ' 11 '
67
65
}
68
66
69
67
sourceSets {
@@ -79,7 +77,7 @@ android {
79
77
dependencies {
80
78
implementation " androidx.car.app:app:1.4.0"
81
79
implementation " androidx.car.app:app-projected:1.4.0"
82
- implementation " com.google.android.libraries.navigation:navigation:6.1 .0"
80
+ implementation " com.google.android.libraries.navigation:navigation:6.2 .0"
83
81
testImplementation ' org.jetbrains.kotlin:kotlin-test'
84
82
testImplementation ' io.mockk:mockk:1.13.8'
85
83
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ android {
46
46
// Flag to enable support for the new language APIs
47
47
coreLibraryDesugaringEnabled true
48
48
// Sets Java compatibility to Java 8
49
- sourceCompatibility JavaVersion . VERSION_1_8
50
- targetCompatibility JavaVersion . VERSION_1_8
49
+ sourceCompatibility JavaVersion . VERSION_11
50
+ targetCompatibility JavaVersion . VERSION_11
51
51
}
52
52
53
53
kotlinOptions {
54
- jvmTarget = ' 1.8 '
54
+ jvmTarget = ' 11 '
55
55
}
56
56
57
57
sourceSets {
@@ -107,7 +107,7 @@ flutter {
107
107
dependencies {
108
108
implementation " androidx.car.app:app:1.4.0"
109
109
implementation " androidx.car.app:app-projected:1.4.0"
110
- implementation " com.google.android.libraries.navigation:navigation:6.1 .0"
110
+ implementation " com.google.android.libraries.navigation:navigation:6.2 .0"
111
111
coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4'
112
112
androidTestUtil " androidx.test:orchestrator:1.4.2"
113
113
}
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
buildscript {
16
- ext. kotlin_version = ' 2.0 .0'
16
+ ext. kotlin_version = ' 2.1 .0'
17
17
repositories {
18
18
google()
19
19
mavenCentral()
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A Google Maps Navigation Flutter plugin.
15
15
s . source = { :path => '.' }
16
16
s . source_files = 'google_navigation_flutter/Sources/google_navigation_flutter/**/*.swift'
17
17
s . dependency 'Flutter'
18
- s . dependency 'GoogleNavigation' , '9.3 .0'
18
+ s . dependency 'GoogleNavigation' , '9.4 .0'
19
19
s . platform = :ios , '15.0'
20
20
s . static_framework = true
21
21
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ let package = Package(
28
28
dependencies: [
29
29
. package (
30
30
url: " https://github.com/googlemaps/ios-navigation-sdk " ,
31
- exact: " 9.3 .0 "
31
+ exact: " 9.4 .0 "
32
32
) ,
33
33
. package (
34
34
url: " https://github.com/googlemaps/ios-maps-sdk " ,
35
- exact: " 9.3 .0 "
35
+ exact: " 9.4 .0 "
36
36
) ,
37
37
] ,
38
38
targets: [
You can’t perform that action at this time.
0 commit comments