Skip to content

Commit e641f25

Browse files
Merge pull request #277 from heremaps/esd/41610
Update example apps for release 4.16.1.0
2 parents 0778c6c + 33ed852 commit e641f25

File tree

99 files changed

+120
-104
lines changed

Some content is hidden

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

99 files changed

+120
-104
lines changed

README.md

Lines changed: 1 addition & 1 deletion

examples/latest/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.here.sdk.camera"
7-
minSdkVersion 21
7+
minSdkVersion 23
88
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.here.camerakeyframetracks"
7-
minSdkVersion 21
7+
minSdkVersion 23
88
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.here.sdk.custommapstyles"
7-
minSdkVersion 21
7+
minSdkVersion 23
88
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.here.sdk.customrasterlayers"
7-
minSdkVersion 21
7+
minSdkVersion 23
88
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.here.evrouting"
7-
minSdkVersion 21
7+
minSdkVersion 23
88
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.here.gestures"
7-
minSdkVersion 21
7+
minSdkVersion 23
88
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 33
55
defaultConfig {
66
applicationId "com.here.hellomap"
7-
minSdkVersion 21
7+
minSdkVersion 23
88
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
compileSdkVersion 33
66
defaultConfig {
77
applicationId "com.here.hellomap"
8-
minSdkVersion 21
8+
minSdkVersion 23
99
targetSdkVersion 33
1010
versionCode 1
1111
versionName "1.0"

0 commit comments

Comments
 (0)