-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find com.uphyca:stetho_realm:2.1.0 #74
Comments
Same issue with Android, Gradle and stetho_realm:2.2.2. (ಥ﹏ಥ)
|
yes me too I used also version 2.2.2 but the same error encountered. |
Any updates? |
We have found a workaround for our use case (stetho and realm): app/build.gradle:
|
Any update team me too facing the same |
Could not determine the dependencies of task ':app:compilePoarDebugJavaWithJavac'.
Possible solution:
My Configuration:
app/gradle
debugImplementation 'com.facebook.stetho:stetho:1.5.0'
debugImplementation 'com.uphyca:stetho_realm:2.1.0'
project gradle
maven {
url 'https://github.com/uPhyca/stetho-realm/raw/master/maven-repo'
}
The text was updated successfully, but these errors were encountered: