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
@Davete0302 Yes as a work around for now you should be able to replace jcenter() with mavenCentral() in all your build.gradle files. Almost all libraries hosted on jcenter are also on Maven Central. OneSignal will be making an update to remove all jcenter() references soon as well.
@jkasten2 I created this issue to track the work you alluded to in #516. People are still running into this issue, with the last report occurring a little over a week ago. If the fix is low effort, I may be able to do it, but I'd be lying if I claimed to have any familiarity with the Java ecosystem of tools.
@Davete0302 Yes as a work around for now you should be able to replace
jcenter()
withmavenCentral()
in all yourbuild.gradle
files. Almost all libraries hosted on jcenter are also on Maven Central. OneSignal will be making an update to remove alljcenter()
references soon as well.Originally posted by @jkasten2 in #516 (comment)
The text was updated successfully, but these errors were encountered: