Skip to content

Use mavenCentral instead of jscenter for Android example app #317

New issue

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

Merged
merged 2 commits into from
Sep 16, 2021

Conversation

BartoszKlonowski
Copy link
Member

This pull request fixes the build error of Android Example app:

> Could not resolve all artifacts 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 get resource 'https://jcenter.bintray.com/org/webkit/android-jsc/maven-metadata.xml'.
               > Could not GET 'https://jcenter.bintray.com/org/webkit/android-jsc/maven-metadata.xml'.
                  > Read timed out

and others.

This pull request is related to JCenter Serive update announcement.

According to:
react-native-camera/react-native-camera#2490 (comment)
the fix for failing build with maven issues is to use the full address
of jitpack.
This commit changes it to example build.gradle.
@BartoszKlonowski BartoszKlonowski added the dependencies Pull requests that update a dependency file label Sep 16, 2021
Copy link
Contributor

@wojteg1337 wojteg1337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@BartoszKlonowski BartoszKlonowski merged commit f578894 into master Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants