Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 415 Bytes

RealmBrowser

This library is actively under development. Check back soon to find a stable release. You cna try out this library, by adding this to the app level build.gradle of your project

dependencies {
    ...
    implementation  'com.github.saran2020.realmbrowser:RealmBrowser:0.3'
    releaseImplementation 'com.github.saran2020.realmbrowser:RealmBrowser-no-op:0.3'
}

or by cloning this project.