Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@wajahatkarim3 wajahatkarim3 released this 04 Feb 12:09
· 1 commit to master since this release
065bc3f

This version of Room Explorer is available on Maven Central now. You can directly include it in your Android apps using this code in your app's build.gradle file:

    implementation "com.wajahatkarim:roomexplorer:1.0.1"

And show the explorer using this line in any Java/Kotlin file:

   RoomExplorer.show(context, AppDB.class, "App_DB_NAME");