Skip to content
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

fix: add jcenter() to build.gradle #1101

Merged
merged 1 commit into from
Sep 3, 2021

Conversation

kacperkapusciak
Copy link
Member

Description

jcenter() repository was removed in #1042. Lack thereof results in failing ./gradlew assembleRelease in android/ directory.

Fixes #1092

Changes

  • Brought jcenter() repo back to build.gradle file

Test code and steps to reproduce

Remove jcenter() from android/build.gradle and run ./gradlew assembleRelease or ./gradlew assembleDebug.

Checklist

  • Ensured that CI passes

@kacperkapusciak kacperkapusciak merged commit a113f98 into master Sep 3, 2021
@kacperkapusciak kacperkapusciak deleted the @kacperkapusciak/bring-jcenter-back branch September 3, 2021 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails without jcenter repository
2 participants