pwittchen / ReactiveNetwork

Android library listening network connection state and Internet connectivity with RxJava Observables
http://pwittchen.github.io/ReactiveNetwork/docs/RxJava2.x/
Apache License 2.0
2.53k stars 276 forks source link

NetworkInfo.State Deprecated #457

Open Dark7SiD opened 3 years ago

Dark7SiD commented 3 years ago

Describe the bug The class NetworkInfo was deprecated in API level 29, the library needs some fixing.

pwittchen commented 3 years ago

Thanks for reporting this. It's going to be fixed soon.

Relates to #455