objectbox / objectbox-dart

Flutter database for super-fast Dart object persistence
https://docs.objectbox.io/getting-started
Apache License 2.0
927 stars 115 forks source link

Could not find io.objectbox:objectbox-android-objectbrowser:2.2.1 #554

Closed FlippedOvO closed 8 months ago

FlippedOvO commented 8 months ago

dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" debugImplementation("io.objectbox:objectbox-android-objectbrowser:2.2.1") }

got error

Could not find io.objectbox:objectbox-android-objectbrowser:2.2.1. Searched in the following locations:

greenrobot-team commented 8 months ago

The objectbox-android-objectbrowser is versioned differently from the Dart library.

Try using version 3.5.1 that is included with the 2.2.1 Dart library.

I also modified the release notes to mention the included version.

github-actions[bot] commented 8 months ago

Without additional information, we are unfortunately not sure how to resolve this issue. Therefore this issue has been automatically closed. Feel free to comment with additional details and we can re-open this issue.