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

Remove usages of jcenter() #328

Closed
anandwana001 opened this issue Mar 9, 2021 · 4 comments · Fixed by #338
Closed

Remove usages of jcenter() #328

anandwana001 opened this issue Mar 9, 2021 · 4 comments · Fixed by #338
Assignees

Comments

@anandwana001
Copy link
Contributor

Kind (Required)

  • Improvement

Overview (Required)

Warning by Android Studio

Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories.
This repository is deprecated and it will be shut down in the future.
See http://developer.android.com/r/tools/jcenter-end-of-service for more information.
Currently detected usages in: root project 'conference-app-2021', project ':android', project ':data', ...
Affected Modules: android
@takahirom
Copy link
Member

Definitely 😄

@ykws
Copy link
Contributor

ykws commented Mar 9, 2021

🙋

It looks good to just remove jcenter() from gradle, because the build was successful.

@satsukies
Copy link
Member

@ykws
That sounds good, assigned 👍
We look forward to your contribution 😄

ykws added a commit to ykws/conference-app-2021 that referenced this issue Mar 9, 2021
ykws added a commit to ykws/conference-app-2021 that referenced this issue Mar 9, 2021
ykws added a commit to ykws/conference-app-2021 that referenced this issue Mar 9, 2021
ykws added a commit to ykws/conference-app-2021 that referenced this issue Mar 17, 2021
> This snippet enables jcenter only for the dependencies described within the block.

Kotlin/kotlinx.html#173 (comment)

fixes DroidKaigi#328
@punchdrunker
Copy link
Member

#338 solved partially this issue. But some libs are still hosted on the only JCenter.
So we'll create some issues for the rest of the libraries hosted on JCenter for the future.

k-shinn pushed a commit to k-shinn/conference-app-2021 that referenced this issue Mar 24, 2021
k-shinn pushed a commit to k-shinn/conference-app-2021 that referenced this issue Mar 24, 2021
k-shinn pushed a commit to k-shinn/conference-app-2021 that referenced this issue Mar 24, 2021
> This snippet enables jcenter only for the dependencies described within the block.

Kotlin/kotlinx.html#173 (comment)

fixes DroidKaigi#328
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants