rollbar/rollbar-react-native

Cannot build Android

AuroPick opened this issue · 1 comments

I tried to build app on Android but it gives this error

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve org.webkit:android-jsc:+.
     Required by:
         project :app
      > Failed to list versions for org.webkit:android-jsc.
         > Unable to load Maven meta-data from https://jcenter.bintray.com/org/webkit/android-jsc/maven-metadata.xml.
            > Could not HEAD 'https://jcenter.bintray.com/org/webkit/android-jsc/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
   > Could not resolve com.google.code.gson:gson:+.
     Required by:
         project :app > project :rollbar-react-native
      > Skipped due to earlier error

As far as I know, read-only access to jcenter.bintray.com should still be working. I'm wondering if this is a temporary/unplanned outage.