facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Androidx #662

Closed eygraber closed 3 years ago

eygraber commented 4 years ago

This library is one of the few that are preventing us from turning off jetifier (which would be a big performance improvement). Are there any plans to upgrade to androidx?

asaudemont commented 3 years ago

Is there a plan to migrate Stetho to AndroidX? Would love to drop Jetifier :)

cristan commented 3 years ago

This project is dead: Facebook works on Flipper instead (see #677). I suggest using something different (like Flipper, Chucker, the Android Studio debug tools or something else)

mdzyuba commented 3 years ago

The upgrade to AndroidX is done in release 1.6.0. Thanks @cristan for the pull request and contribution to the project!