-
Notifications
You must be signed in to change notification settings - Fork 19
Description
So I see that a new version has been released today, 0.8.0.
I also notice that there is now a common dependency that is possible to use, but from what I gathered if I don't plan on supplying my own tailored version of Sqlite, then I can just stick to the :core version (I may be wrong).
In any case, I tried bumping up my powersync version from 0.7.0 to 0.8.0, when I got this error message:
Note that I didn't add the common dependency myself, but I saw that the :core dependency depends on the :common one, just not sure if I'm doing something wrong.
These are my gradle dependencies:
I also see that the docs mentioned that core comes with a Sqlite? So when I commented out the sqlite dependency (3rd line of dependencies), the error was still there.
Hope this helps.