chore(release): 1.15.0 [skip ci]

# [1.15.0](https://github.com/googlemaps-samples/android-samples/compare/v1.14.0...v1.15.0) (2025-02-13)

### Features

* Data-Driven styling samples ([#1771](https://github.com/googlemaps-samples/android-samples/issues/1771)) ([f4654e6](f4654e60a2))
This commit is contained in:
semantic-release-bot 2025-02-13 22:44:06 +00:00
parent f4654e60a2
commit 45d85ac59c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ android {
minSdk = 21
targetSdk = 35
versionCode = 1
versionName = "1.14.0"
versionName = "1.15.0"
multiDexEnabled = true
}

View File

@ -29,7 +29,7 @@ android {
minSdk = 21
targetSdk = 35
versionCode = 1
versionName = "1.14.0"
versionName = "1.15.0"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
}