We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8f92f commit fabe8c5Copy full SHA for fabe8c5
2 files changed
Maps3DSamples/ApiDemos/kotlin-app/build.gradle.kts
@@ -92,7 +92,7 @@ android {
92
minSdk = libs.versions.minSdk.get().toInt()
93
targetSdk = libs.versions.targetSdk.get().toInt()
94
versionCode = 1
95
- versionName = "1.6.0"
+ versionName = "1.7.0"
96
97
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
98
}
Maps3DSamples/advanced/app/build.gradle.kts
@@ -95,7 +95,7 @@ android {
99
100
101
0 commit comments