Skip to content

Commit

Permalink
chore(release): 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.7.0](v2.6.0...v2.7.0) (2022-08-18)

### Features

* Bump compose compiler to 1.3.0 and libs to 1.2.1 ([#189](#189)) ([ee223b3](ee223b3))
  • Loading branch information
semantic-release-bot committed Aug 18, 2022
1 parent ee223b3 commit 6fb78b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,16 @@ To run it, you'll have to:

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:2.6.0'
implementation 'com.google.maps.android:maps-compose:2.7.0'
// Make sure to also include the latest version of the Maps SDK for Android
implementation 'com.google.android.gms:play-services-maps:18.0.2'
// Also include Compose version `1.2.0-alpha03` or higher - for example:
implementation 'androidx.compose.foundation:foundation:2.6.0-alpha03'
implementation 'androidx.compose.foundation:foundation:2.7.0-alpha03'
// Optionally, you can include the widgets library if you want to use ScaleBar, etc.
implementation 'com.google.maps.android:maps-compose-widgets:2.6.0'
implementation 'com.google.maps.android:maps-compose-widgets:2.7.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext.projectArtifactId = { project ->

allprojects {
group = 'com.google.maps.android'
version = '2.6.0'
version = '2.7.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit 6fb78b8

Please sign in to comment.