Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.4.0...v4.0.0) (2023-09-26)

* fix!: updated Gradle version, plugins and libraries (#212) ([d622499](d622499)), closes [#212](#212)

### BREAKING CHANGES

* remove v3 beta

* chore: updated docs

* chore: updated Gradle version, plugins and libraries

* feat: updated Kotlin and dokka

* chore: removed deprecated method
  • Loading branch information
semantic-release-bot committed Sep 26, 2023
1 parent d622499 commit 5b6f86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ If you are using the Maps SDK through Google Play Services:
dependencies {
// KTX for the Maps SDK for Android library
implementation 'com.google.maps.android:maps-ktx:3.4.0'
implementation 'com.google.maps.android:maps-ktx:4.0.0'
// KTX for the Maps SDK for Android Utility Library
implementation 'com.google.maps.android:maps-utils-ktx:3.4.0'
implementation 'com.google.maps.android:maps-utils-ktx:4.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ext.projectArtifactId = { project ->
*/
allprojects {
group = 'com.google.maps.android'
version = '3.4.0'
version = '4.0.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)

repositories {
Expand Down

0 comments on commit 5b6f86f

Please sign in to comment.