Skip to content

Commit c1bbe1d

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.4.1...v3.0.0) (2023-01-09) ### Bug Fixes * trigger major version release ([15b90fe](15b90fe)) ### BREAKING CHANGES * From #1137 merged as commit 4038b7a, removed v3 library
1 parent 15b90fe commit c1bbe1d

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:2.4.1'
42+
implementation 'com.google.maps.android:android-maps-utils:3.0.0'
4343
}
4444
```
4545

build.gradle

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

7474
allprojects {
7575
group = 'com.google.maps.android'
76-
version = '2.4.1'
76+
version = '3.0.0'
7777
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
7878
}
7979

0 commit comments

Comments
 (0)