-
Notifications
You must be signed in to change notification settings - Fork 92
Migrations
Bojan Komljenović edited this page Oct 23, 2020
·
1 revision
DbInspector has been rewritten in Kotlin. Preview Activity is not implicitly added in project manifest. It can be added manually on demand. Package location has changed from Sonatype to jCenter. Package name has changed from “im.dino” to “com.infinum.dbinspector”.
DbInspector now uses AndroidX so you might have dependency clashes if you still use the legacy support lib, it’s recommended to migrate to AndroidX.
Remove the DbInspectorActivity
declaration from your app manifest, this declaration is now included in the library manifest and it gets merged in with your app manifest during the build process.
Change the theme set to DbInspectorActivity your app manifest to an AppCompat
theme. DbInspectorActivity
extends ActionBarActivity
since 2.0.0.