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

Replace deprecated jcenter() with mavenCentral() #498

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gitAzad
Copy link

@gitAzad gitAzad commented Apr 30, 2024

This PR addresses the deprecation warning of the jcenter() method in the build.gradle file of the react-native-community/voice package.

JCenter has been sunsetted and is read-only now. Gradle has also deprecated the jcenter() method and it is scheduled to be removed in Gradle 9.0. To resolve this, I have replaced jcenter() with mavenCentral().

This change will help maintain the longevity and reliability of the package by ensuring it doesn't rely on a deprecated and read-only repository.

Please let me know if there are any issues or further changes needed.

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.

None yet

2 participants