objectbox / objectbox-dart

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

Namespace #575

Closed ologunB closed 4 months ago

ologunB commented 6 months ago

add condition for agp compatibility

greenrobot-team commented 6 months ago

Thanks, however the plugin package is built with Android Plugin 7.1. So what exactly is the reason for this change? Edit: because otherwise can't include in a project that uses Gradle Plugin 8: #581

https://github.com/objectbox/objectbox-dart/blob/733aae4acaa98b9e6fb2ad864da7aadce6244388/flutter_libs/android/build.gradle#L12

Anyhow, we should update the plugin packages to use a newer Android Plugin.

greenrobot-team commented 4 months ago

Thanks again, this was resolved as part of changes to our Flutter plugins. See #581.