You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better if this package looks for the dependency on mavenCentral instead of pointing on JCenter.
In android/build.gradle, we would have
repositories {
google()
mavenCentral()
}
instead of
repositories {
google()
jcenter()
}
For now, Android builds fail on CI because the dependency is on JCenter and the redirection is going to work starting on August 15th. Locally, it may work if all dependencies are in the cache.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
First of all, I would like to thank you for this package.
Currently, JCenter will be shutdown on August 15th: https://jfrog.com/blog/jcenter-sunset/
JCenter will redirect to Maven starting on August 15th.
I think it would be better if this package looks for the dependency on mavenCentral instead of pointing on JCenter.
In
android/build.gradle
, we would haveinstead of
For now, Android builds fail on CI because the dependency is on JCenter and the redirection is going to work starting on August 15th. Locally, it may work if all dependencies are in the cache.
Thanks
The text was updated successfully, but these errors were encountered: