infinum / android_dbinspector

Android library for viewing, editing and sharing in app databases.
Apache License 2.0
952 stars 92 forks source link

Crash when used in AndroidX project #57

Closed mariciv closed 5 years ago

mariciv commented 5 years ago

Currently, it is neccessary to also add implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' depndecy to an AndroidX project.

Without the dependency, DB inspector can't resolve LocalBroadcastManager and this will cause a crash when you try to access your DB.

reisub commented 5 years ago

Fixed in version 4.0.0 which was just published, thanks for the bug report!