yashovardhan99 / HealersDiary

Healers Diary - an android app for healers to keep track of their patients and help in instant billing. The app is currently in development.
https://play.google.com/store/apps/details?id=com.yashovardhan99.healersdiary&utm_source=github&utm_campaign=github&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1
Apache License 2.0
8 stars 0 forks source link

Remove jcenter() #51

Closed yashovardhan99 closed 3 years ago

yashovardhan99 commented 3 years ago

jcenter() is being shutdown. Jcenter has stopped accepting packages on 31st March, 2021 and will stop serving packages on 1st February, 2022. Further, gradle 7.0 has deprecated the jcenter() dependency. (see #50)

This will impact gradle dependencies as well.

To solve this, we need to check for any dependencies still using jcenter and see possible alternatives (We have already added mavencentral() so packages migrating to maven central will not be affected.