Skip to content

Conversation

@antonlicht
Copy link

This pull request updates the Gradle build configuration to improve repository management and future compatibility. The main change is replacing the deprecated jcenter() repository with mavenCentral() in both the main and example Android build files.

Repository updates:

  • Replaced jcenter() with mavenCentral() in the buildscript.repositories section of android/build.gradle to use a more reliable and supported repository.
  • Replaced jcenter() with mavenCentral() in the rootProject.allprojects.repositories section of android/build.gradle for consistency across all projects.
  • Updated buildscript.repositories in example/android/build.gradle to use mavenCentral() instead of jcenter().
  • Updated allprojects.repositories in example/android/build.gradle to use mavenCentral() instead of jcenter().

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.

1 participant