Skip to content

Commit 6bdfbf3

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.1...v2.2.0) (2022-05-23) ### Features * Update to Compose 1.2.0-beta02 ([#124](#124)) ([09765d1](09765d1))
1 parent 09765d1 commit 6bdfbf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ To run it, you'll have to:
166166

167167
```groovy
168168
dependencies {
169-
implementation 'com.google.maps.android:maps-compose:2.1.1'
169+
implementation 'com.google.maps.android:maps-compose:2.2.0'
170170
171171
// Make sure to also include the latest version of the Maps SDK for Android
172172
implementation 'com.google.android.gms:play-services-maps:18.0.2'
173173
174174
// Also include Compose version `1.2.0-alpha03` or higher - for example:
175-
implementation "androidx.compose.foundation:foundation:1.2.0-alpha03"
175+
implementation "androidx.compose.foundation:foundation:2.2.0-alpha03"
176176
}
177177
```
178178

build.gradle

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

3131
allprojects {
3232
group = 'com.google.maps.android'
33-
version = '2.1.1'
33+
version = '2.2.0'
3434
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
3535
}
3636

0 commit comments

Comments
 (0)