We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JCenter deprecated
https://stackoverflow.com/questions/66651640/jcenter-deprecation-impact-on-gradle-and-android
Please replace
jcenter()
with this:
mavenCentral()
in file android\build.gradle
After February 1st, 2022 jcenter() will not work anymore.
The text was updated successfully, but these errors were encountered:
As of today OCT 31, jcenter.bintray which was read-only until now even after official sunsetting announcement is also offline, please migrate asap. https://stackoverflow.com/questions/74258160/is-jcenter-down-permanently-31-oct
Sorry, something went wrong.
@ValeraLetun please close the issue migrated to mavenCentral() ref - #282
No branches or pull requests
JCenter deprecated
https://stackoverflow.com/questions/66651640/jcenter-deprecation-impact-on-gradle-and-android
Please replace
jcenter()
with this:
mavenCentral()
in file android\build.gradle
After February 1st, 2022 jcenter() will not work anymore.
The text was updated successfully, but these errors were encountered: