File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.0.0 "
2+ "." : " 1.0.1 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.0.1] ( https://github.com/googlemaps/android-maps-rx/compare/v1.0.0...v1.0.1 ) (2025-12-19)
4+
5+
6+ ### Bug Fixes
7+
8+ * modernized repository and dependencies ([ #135 ] ( https://github.com/googlemaps/android-maps-rx/issues/135 ) ) ([ fd9a7cc] ( https://github.com/googlemaps/android-maps-rx/commit/fd9a7cc2227ea7c185e2fe6561c35c9a0a7dbc3f ) )
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ This repository contains RxJava bindings for the [Maps SDK for Android](maps-sdk
2727``` groovy
2828dependencies {
2929 // RxJava bindings for the Maps SDK
30- implementation 'com.google.maps.android:maps-rx:1.0.0 ' // {x-release-please-version}
30+ implementation 'com.google.maps.android:maps-rx:1.0.1 ' // {x-release-please-version}
3131
3232 // RxJava bindings for the Places SDK
33- implementation 'com.google.maps.android:places-rx:1.0.0 ' // {x-release-please-version}
33+ implementation 'com.google.maps.android:places-rx:1.0.1 ' // {x-release-please-version}
3434
3535 // It is recommended to also include the latest Maps SDK, Places SDK and RxJava so you
3636 // have the latest features and bug fixes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ plugins {
4343allprojects {
4444 group = " com.google.maps.android"
4545 // {x-release-please-start-version}
46- version = " 1.0.0 "
46+ version = " 1.0.1 "
4747 // {x-release-please-end}
4848
4949
You can’t perform that action at this time.
0 commit comments