Skip to content

Commit a3b443a

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.0...v0.2.0) (2021-07-26) ### Features * Adding reactive extensions to Places SDK. ([#18](#18)) ([0471940](0471940))
1 parent a20aa73 commit a3b443a

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
@@ -18,7 +18,7 @@ If you are using the Maps SDK through Google Play Services:
1818

1919
```groovy
2020
dependencies {
21-
implementation 'com.google.maps.android:maps-rx:0.1.0'
21+
implementation 'com.google.maps.android:maps-rx:0.2.0'
2222
2323
// It is recommended to also include the latest Maps SDK and latest version of RxJava so you
2424
// have the latest features and bug fixes.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ plugins {
3636
// Shared configs across subprojects
3737
allprojects {
3838
group = "com.google.maps.android"
39-
version = "0.1.0"
39+
version = "0.2.0"
4040

4141
repositories {
4242
google()

0 commit comments

Comments
 (0)