Skip to content

Commit

Permalink
chore(release): 5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.1](v5.1.0...v5.1.1) (2024-07-09)

### Bug Fixes

* bring back Java 8 compatibility ([#267](#267)) ([fded4c0](fded4c0))
  • Loading branch information
semantic-release-bot committed Jul 9, 2024
1 parent fded4c0 commit 5fb7d2c
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 @@ -25,10 +25,10 @@ It enables you to write more concise, idiomatic Kotlin. Each set of extensions c
dependencies {
// KTX for the Maps SDK for Android library
implementation 'com.google.maps.android:maps-ktx:5.1.0'
implementation 'com.google.maps.android:maps-ktx:5.1.1'
// KTX for the Maps SDK for Android Utility Library
implementation 'com.google.maps.android:maps-utils-ktx:5.1.0'
implementation 'com.google.maps.android:maps-utils-ktx:5.1.1'
}
```

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

repositories {
Expand Down

0 comments on commit 5fb7d2c

Please sign in to comment.