Skip to content

Commit 7d59658

Browse files
Merge pull request #257 from heremaps/esd/41500
Update example apps for release 4.15.0.0
2 parents 8a282f3 + e7630d2 commit 7d59658

File tree

118 files changed

+189
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+189
-200
lines changed

README.md

Lines changed: 1 addition & 1 deletion

examples/latest/README.md

Lines changed: 1 addition & 1 deletion

examples/latest/explore/android/HelloMapKotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.5.20'
3+
ext.kotlin_version = '1.5.31'
44
repositories {
55
google()
66
mavenCentral()

examples/latest/explore/flutter/camera_app/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ subprojects {
2424
project.evaluationDependsOn(':app')
2525
}
2626

27-
task clean(type: Delete) {
27+
tasks.register("clean", Delete) {
2828
delete rootProject.buildDir
2929
}

examples/latest/explore/flutter/camera_app/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
files = (
206206
);
207207
inputPaths = (
208+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
208209
);
209210
name = "Thin Binary";
210211
outputPaths = (

examples/latest/explore/flutter/camera_app/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: ">=2.18.6 <3.0.0"
22-
flutter: ">=3.3.10"
21+
sdk: ">=2.19.6 <4.0.0"
22+
flutter: ">=3.7.12"
2323

2424
dependencies:
2525
flutter:

examples/latest/explore/flutter/camera_keyframe_tracks_app/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ subprojects {
2525
project.evaluationDependsOn(':app')
2626
}
2727

28-
task clean(type: Delete) {
28+
tasks.register("clean", Delete) {
2929
delete rootProject.buildDir
3030
}

examples/latest/explore/flutter/camera_keyframe_tracks_app/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
files = (
205205
);
206206
inputPaths = (
207+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
207208
);
208209
name = "Thin Binary";
209210
outputPaths = (

examples/latest/explore/flutter/camera_keyframe_tracks_app/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: ">=2.18.6 <3.0.0"
22-
flutter: ">=3.3.10"
21+
sdk: ">=2.19.6 <4.0.0"
22+
flutter: ">=3.7.12"
2323

2424
# Dependencies specify other packages that your package needs in order to work.
2525
# To automatically upgrade your package dependencies to the latest versions

examples/latest/explore/flutter/custom_map_styles_app/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ subprojects {
2424
project.evaluationDependsOn(':app')
2525
}
2626

27-
task clean(type: Delete) {
27+
tasks.register("clean", Delete) {
2828
delete rootProject.buildDir
2929
}

0 commit comments

Comments
 (0)