Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.2...v0.3.0) (2020-08-03)

### Features

* Add DSL for AutocompletePrecition.Builder ([#10](#10)) ([cdb346c](cdb346c))
  • Loading branch information
semantic-release-bot committed Aug 3, 2020
1 parent cdb346c commit 6ed4026
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 @@ -20,15 +20,15 @@ If you are using the Places SDK through Google Play Services:

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

Alternatively, if you are using the Places standalone library (for use only with Maps v 3.1.0 beta):

```groovy
dependencies {
implementation 'com.google.maps.android:places-v3-ktx:0.2.2'
implementation 'com.google.maps.android:places-v3-ktx:0.3.0'
}
```

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

repositories {
Expand Down

0 comments on commit 6ed4026

Please sign in to comment.