android-maps-rx
android-maps-rx copied to clipboard
RxJava bindings for the Maps and Places SDKs for Android
Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.4.0 to 5.1.1. Release notes Sourced from com.google.maps.android:maps-ktx's releases. v5.1.1 5.1.1 (2024-07-09) Bug Fixes bring back Java 8 compatibility (#267) (fded4c0) v5.1.0 5.1.0 (2024-07-01) Features updated to...
Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.4.0 to 5.1.0. Release notes Sourced from com.google.maps.android:maps-ktx's releases. v5.1.0 5.1.0 (2024-07-01) Features updated to Maps SDK 19.0.0 (#260) (9a69770) fix: updated libraries to fix build googlemaps/android-maps-ktx#230...
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.21 to 2.0.0. Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents in Analysis API Performance Improvements KT-65560...
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.21 to 2.0.0. Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents in Analysis API Performance Improvements KT-65560...
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.21 to 2.0.20. Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases. Kotlin 2.0.20 Changelog Analysis. API New Features KT-68143 Analysis API: support KtWhenConditionInRange call resolution Performance Improvements KT-67195 K2:...
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.21 to 2.0.20. Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 2.0.20 Changelog Analysis. API New Features KT-68143 Analysis API: support KtWhenConditionInRange call resolution Performance Improvements KT-67195 K2:...
Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.4 to 3.1.9. Release notes Sourced from io.reactivex.rxjava3:rxjava's releases. v3.1.9 Maven JavaDocs Bugfixes Fix ScheduledRunnable's interruption logic if used from a no-interrupt Schedulers.from. #7745 Documentation Update the...
Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.4 to 3.1.9. Release notes Sourced from io.reactivex.rxjava3:rxjava's releases. v3.1.9 Maven JavaDocs Bugfixes Fix ScheduledRunnable's interruption logic if used from a no-interrupt Schedulers.from. #7745 Documentation Update the...
#### Steps to reproduce 1. Include library `implementation("com.google.maps.android:maps-rx:1.0.0")` 2. Subscribe to `GoogleMap.cameraIdleEvents()` 3. Run app #### Stack trace ``` java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/maps/android/rx/shared/MainThreadObservable; at com.google.maps.android.rx.GoogleMapCameraIdleObservableKt.cameraIdleEvents(Unknown Source:0) at com.example.app.ExampleFragment$observeMapCameraIdle$1.apply(ExampleFragment.kt:258) at...