Skip to content

Admin UI #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Admin UI #284

merged 1 commit into from
Feb 22, 2022

Conversation

vaind
Copy link
Contributor

@vaind vaind commented Jul 14, 2021

Closes #148

@vaind vaind requested a review from greenrobot-team July 26, 2021 14:19
@vaind vaind marked this pull request as ready for review July 26, 2021 14:19
Copy link
Member

@greenrobot-team greenrobot-team left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Found a docs issue. Potential minor improvements.

@vaind vaind changed the title Object Browser Admin UI Aug 6, 2021
@greenrobot-team greenrobot-team added this to the 1.4 milestone Jan 31, 2022
@greenrobot-team
Copy link
Member

greenrobot-team commented Feb 7, 2022

For docs, to override dependency for Android:

android/app/build.gradle

// Tell Gradle to exclude the objectbox-android dependency from the implementation configuration
// that was added by objectbox_flutter_libs.
configurations {
    implementation {
        exclude group: 'io.objectbox', module: 'objectbox-android'
    }
}

dependencies {
    // Manually add objectbox-android-objectbrowser only for debug builds,
    // keep using objectbox-android for release builds.
    def objectboxVersion = "3.1.1"
    debugImplementation("io.objectbox:objectbox-android-objectbrowser:$objectboxVersion")
    releaseImplementation("io.objectbox:objectbox-android:$objectboxVersion")
}

Edit: Successfully tested using Android 12 emulator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ObjectBox - Data Browser
2 participants