Skip to content

Commit a763d01

Browse files
Merge pull request #407 from heremaps/esd/42420
Update example apps for release 4.24.2.0
2 parents e10fda4 + 0556e79 commit a763d01

File tree

500 files changed

+1133
-6941
lines changed

Some content is hidden

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

500 files changed

+1133
-6941
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For an overview of the existing features, please check the _Developer Guide_ for
2626

2727
> For now, HERE SDK (Navigate) is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials.
2828
29-
## List of available example apps (Version 4.24.1.0)
29+
## List of available example apps (Version 4.24.2.0)
3030

3131
- [List of example apps for the HERE SDK for Android](https://www.here.com/docs/bundle/sdk-for-android-developer-guide/page/topics/examples.html).
3232
- [List of example apps for the HERE SDK for iOS](https://www.here.com/docs/bundle/sdk-for-ios-developer-guide/page/topics/examples.html).

examples/latest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This folder contains the HERE SDK examples apps for version: 4.24.1.0
1+
This folder contains the HERE SDK examples apps for version: 4.24.2.0
22

33
- HERE SDK for Android ([Lite](lite/android/), [Explore](explore/android/), [Navigate](navigate/android/))
44
- HERE SDK for iOS ([Lite](lite/ios/), [Explore](explore/ios/), [Navigate](navigate/ios/))

examples/latest/explore/android/Java/Camera/app/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Ignore all AARs in libs.
44
/libs/*.aar
55

6-
# But NOT those that contain 'heresdk-units' in the filename.
7-
!libs/*heresdk-units*.aar
6+
# But NOT those that contain 'here-sdk-units' in the filename.
7+
!libs/*here-sdk-units*.aar

examples/latest/explore/android/Java/Camera/app/libs/heresdk-units-core-release-v1.0.aar renamed to examples/latest/explore/android/Java/Camera/app/libs/here-sdk-units-core-release-v1.0.aar

File renamed without changes.

examples/latest/explore/android/Java/CameraKeyframeTracks/app/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Ignore all AARs in libs.
44
/libs/*.aar
55

6-
# But NOT those that contain 'heresdk-units' in the filename.
7-
!libs/*heresdk-units*.aar
6+
# But NOT those that contain 'here-sdk-units' in the filename.
7+
!libs/*here-sdk-units*.aar

examples/latest/explore/android/Java/CameraKeyframeTracks/app/libs/heresdk-units-core-release-v1.0.aar renamed to examples/latest/explore/android/Java/CameraKeyframeTracks/app/libs/here-sdk-units-core-release-v1.0.aar

File renamed without changes.

examples/latest/explore/android/Java/CustomMapStyles/app/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Ignore all AARs in libs.
44
/libs/*.aar
55

6-
# But NOT those that contain 'heresdk-units' in the filename.
7-
!libs/*heresdk-units*.aar
6+
# But NOT those that contain 'here-sdk-units' in the filename.
7+
!libs/*here-sdk-units*.aar

examples/latest/explore/android/Java/CustomMapStyles/app/libs/heresdk-units-core-release-v1.0.aar renamed to examples/latest/explore/android/Java/CustomMapStyles/app/libs/here-sdk-units-core-release-v1.0.aar

File renamed without changes.

examples/latest/explore/android/Java/CustomPolygonLayers/app/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Ignore all AARs in libs.
44
/libs/*.aar
55

6-
# But NOT those that contain 'heresdk-units' in the filename.
7-
!libs/*heresdk-units*.aar
6+
# But NOT those that contain 'here-sdk-units' in the filename.
7+
!libs/*here-sdk-units*.aar

examples/latest/explore/android/Java/CustomPolygonLayers/app/libs/heresdk-units-core-release-v1.0.aar renamed to examples/latest/explore/android/Java/CustomPolygonLayers/app/libs/here-sdk-units-core-release-v1.0.aar

File renamed without changes.

0 commit comments

Comments
 (0)