Open biozal opened 5 months ago
When adding cal-ionic to an Android project it seems the project build gradle file requires the maven resource for Couchbase to be added or it can't restore Couchbase Lite from mobile apps. Adding the maven location to:
allprojects { repositories { google() maven {url 'https://mobile.maven.couchbase.com/maven2/dev/'} mavenCentral() } }
This resolves the issue, but the gradle file for cal-ionic already includes this, so not sure why it's happening.
When adding cal-ionic to an Android project it seems the project build gradle file requires the maven resource for Couchbase to be added or it can't restore Couchbase Lite from mobile apps. Adding the maven location to:
This resolves the issue, but the gradle file for cal-ionic already includes this, so not sure why it's happening.