Skip to content

Commit c3ff4a2

Browse files
authored
Merge pull request #81 from heremaps/esd/1025
ESD-1025: Update example apps for release 4.7.3.0
2 parents 1886956 + aaeadfd commit c3ff4a2

File tree

229 files changed

+2689
-336
lines changed

Some content is hidden

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

229 files changed

+2689
-336
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For an overview of the existing features, please check the _Developer's Guide_ f
2121

2222
> For now, the _Navigate Edition_ is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials.
2323
24-
## List of Available Example Apps (Version 4.7.2.0)
24+
## List of Available Example Apps (Version 4.7.3.0)
2525
In this repository you can find the [latest example apps](examples/latest) that show key features of the HERE SDK in ready-to-use applications:
2626

2727
- **HelloMap**: Shows the classic 'Hello World'.

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.7.2.0
1+
This folder contains the HERE SDK examples apps for version: 4.7.3.0
22

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

examples/latest/explore/android/Camera/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 30
55
defaultConfig {
66
applicationId "com.here.sdk.camera"
77
minSdkVersion 21
8-
targetSdkVersion 29
8+
targetSdkVersion 30
99
versionCode 1
1010
versionName "1.0"
1111
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.0.2'
10+
classpath 'com.android.tools.build:gradle:4.1.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

examples/latest/explore/android/CustomMapStyles/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 30
55
defaultConfig {
66
applicationId "com.here.sdk.custommapstyles"
77
minSdkVersion 21
8-
targetSdkVersion 29
8+
targetSdkVersion 30
99
versionCode 1
1010
versionName "1.0"
1111
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.0.2'
10+
classpath 'com.android.tools.build:gradle:4.1.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

examples/latest/explore/android/EVRouting/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 30
55
defaultConfig {
66
applicationId "com.here.evrouting"
77
minSdkVersion 21
8-
targetSdkVersion 29
8+
targetSdkVersion 30
99
versionCode 1
1010
versionName "1.0"
1111
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:4.0.2'
8+
classpath 'com.android.tools.build:gradle:4.1.2'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

examples/latest/explore/android/Gestures/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 30
55
defaultConfig {
66
applicationId "com.here.gestures"
77
minSdkVersion 21
8-
targetSdkVersion 29
8+
targetSdkVersion 30
99
versionCode 1
1010
versionName "1.0"
1111
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.0.2'
10+
classpath 'com.android.tools.build:gradle:4.1.2'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)