We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20aa73 commit a3b443aCopy full SHA for a3b443a
README.md
@@ -18,7 +18,7 @@ If you are using the Maps SDK through Google Play Services:
18
19
```groovy
20
dependencies {
21
- implementation 'com.google.maps.android:maps-rx:0.1.0'
+ implementation 'com.google.maps.android:maps-rx:0.2.0'
22
23
// It is recommended to also include the latest Maps SDK and latest version of RxJava so you
24
// have the latest features and bug fixes.
build.gradle.kts
@@ -36,7 +36,7 @@ plugins {
36
// Shared configs across subprojects
37
allprojects {
38
group = "com.google.maps.android"
39
- version = "0.1.0"
+ version = "0.2.0"
40
41
repositories {
42
google()
0 commit comments