Skip to content

Commit 7de0791

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2026-03-20) ### Features * Overhaul Fly-Along with Nav Waypoints and Supersonic Pacing ([#28](#28)) ([08868c6](08868c6)) * **samples:** implement additional maker customization samples ([#29](#29)) ([9505705](9505705))
1 parent 9505705 commit 7de0791

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Maps3DSamples/ApiDemos/kotlin-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ android {
9292
minSdk = libs.versions.minSdk.get().toInt()
9393
targetSdk = libs.versions.targetSdk.get().toInt()
9494
versionCode = 1
95-
versionName = "1.5.0"
95+
versionName = "1.6.0"
9696

9797
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
9898
}

Maps3DSamples/advanced/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ android {
9595
minSdk = libs.versions.minSdk.get().toInt()
9696
targetSdk = libs.versions.targetSdk.get().toInt()
9797
versionCode = 1
98-
versionName = "1.5.0"
98+
versionName = "1.6.0"
9999

100100
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
101101
}

0 commit comments

Comments
 (0)