Unable to access the couchbase in andriod submodule

I am trying to create one framework which will be using couchbase, for that placed the gradle link and repository maven link in the framework gradle, but getting error Failed to resolve the couchbase-lite-android.

The following code is mentioned in the framework gradle:

repositories {
maven {
url “http://mobile.maven.couchbase.com/maven2/dev/
}
}

dependencies {
compile ‘com.couchbase.lite:couchbase-lite-android:2.0.0-DB021’
}

Getting error:
Error:Failed to resolve: com.couchbase.lite:couchbase-lite-android:2.0.0-DB021

Can anybody helpout to resolve the issue

Hi @kkalluri,
A few days ago, we had DNS setting issue. It was already solved.
I just tested Gradle sync from home network. Gradle sync works fine without issues.
Please check if you can access http://mobile.maven.couchbase.com/maven2/dev/com/couchbase/lite/couchbase-lite-android/2.0.0-DB021/couchbase-lite-android-2.0.0-DB021.aar. If it is not accessible, please let us know.
Thanks!

FYI, I m able to get couchbase lite if i place the maven repo link either in root gradle or app gradle. Only getting issue when maven link was placed in framework(library) as submodule .

Hi @hideki,
the link is not accessible. It shows error 404.