Closed Anathapindika closed 3 years ago
Add this line on Android/build.gradle file :
allprojects { repositories { ........................ maven { url 'https://jcenter.bintray.com' } ...............
this work for me.
thanks! resolved my issue
https://jcenter.bintray.com not work help please 403 Forbidden
maven { url 'https://jcenter.bintray.com' }
this worked
It is not working. Please suggest another solution.
Thanks issue resolved I have added this to the Android build file:
allprojects {
repositories{
maven {
url 'https://jcenter.bintray.com'
}
}
}
at the end of file
Hey guys, I'm still encountering the issue
I hope I'm using it in right manner. Your inputs are highly valued
Your Environment
Context
i tried to install it manually and automatically. got the same error.
Expected Behavior
app should build
Actual Behavior
app will not build.
Possible Fix
Steps to Reproduce
Context
Debug logs