Skip to content

Commit

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

### Bug Fixes

* sets the correct permissions on PlacesClient.awaitFindCurrentPlace @RequiresPermission annotation ([#231](#231)) ([791ec4f](791ec4f))
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent 791ec4f commit 449576f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using the Places SDK through Google Play Services:

```groovy
dependencies {
implementation 'com.google.maps.android:places-ktx:3.1.0'
implementation 'com.google.maps.android:places-ktx:3.1.1'
}
```

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

repositories {
Expand Down

0 comments on commit 449576f

Please sign in to comment.