Blake,
I am just walking thru he published samples.
I cant get an Android project to build when pointing to gradle settings as follows:
build.gradle(:app) file:
implementation ‘com.couchbase.lite:couchbase-lite-android-ee:3.0.0’
HOWEVER
This does work:
implementation ‘com.couchbase.lite:couchbase-lite-android:3.0.0’
Repository stanza in project level build.gradle is as follows:
repositories {
maven { url 'https://mobile.maven.couchbase.com/maven2/dev/' }
google()
jcenter()
}
Also be advised: I am not able to download Any enterprise SDK’s from the developer web portal located at: https://www.couchbase.com/downloads# (whether I am authenticated or not).
My main goal is to get myself thru a “hello world” instance of Android-Android P2P replication. It is my understanding that Device-Device/P2P requires enterprise SDK.
Thanks again in advance for your guidance.
Kind Regards,
Michael Fene’