Skip to content

Replace jcenter() with mavenCentral() in build.gradle#72

Open
antonlicht wants to merge 2 commits into
singular-labs:mainfrom
antonlicht:main
Open

Replace jcenter() with mavenCentral() in build.gradle#72
antonlicht wants to merge 2 commits into
singular-labs:mainfrom
antonlicht:main

Conversation

@antonlicht

Copy link
Copy Markdown

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().

@Nana-Kwame-bot

Copy link
Copy Markdown

When is this getting merged?

@MaxEliezerSingular

Copy link
Copy Markdown

Hi @antonlicht, @Nana-Kwame-bot,
Thanks for this PR. We are currently reviewing the changes and will work on merging ASAP.

We really appreciate the clean contribution! If you’ve noticed any other areas for improvement, please feel free to suggest them or contribute more code.

@bynikoala

Copy link
Copy Markdown

Hey there. This is still open and blocking us from migrating to new AGP versions. It has been quite some time now.

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.

4 participants