Skip to content

Commit 43c1c89

Browse files
chore(main): release 1.0.1 (#156)
1 parent 349dba0 commit 43c1c89

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ This repository contains RxJava bindings for the [Maps SDK for Android](maps-sdk
2727
```groovy
2828
dependencies {
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.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ plugins {
4343
allprojects {
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

0 commit comments

Comments
 (0)