Skip to content

Commit 0a9ddea

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](v3.1.0...v3.1.1) (2023-01-18) ### Bug Fixes * fix the javadoc task and errors ([#1148](#1148)) ([2f0320f](2f0320f))
1 parent 2f0320f commit 0a9ddea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can view the generated [reference docs][javadoc] for a full list of classes
3939
```groovy
4040
dependencies {
4141
// Utilities for Maps SDK for Android (requires Google Play Services)
42-
implementation 'com.google.maps.android:android-maps-utils:3.1.0'
42+
implementation 'com.google.maps.android:android-maps-utils:3.1.1'
4343
}
4444
```
4545

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ext.projectArtifactId = { project ->
5555

5656
allprojects {
5757
group = 'com.google.maps.android'
58-
version = '3.1.0'
58+
version = '3.1.1'
5959
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
6060
}
6161

0 commit comments

Comments
 (0)