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

Upgrade to Gradle 7.0 #50

Closed yashovardhan99 closed 2 years ago

yashovardhan99 commented 3 years ago

Gradle 7.0 is the latest version of Gradle which includes a lot of new changes. Currently, we are using version 6.8.1.

Migrating

To migrate, we need to upgrade our wrapper:-

./gradlew wrapper --gradle-version=7.0

We will see the following changes migrating - https://docs.gradle.org/7.0/userguide/upgrading_version_6.html#changes_7.0 These need to be fixed before the upgrade

As suggested here, we should upgrade to 6.8.3 first using gradle wrapper --gradle-version=6.8.3 and then check for deprecated dependencies. To check for deprecations - gradle help --scan

Notable Tasks

Change Issue/MR Status
Upgrade to Gradle 6.8.3 :soon:
JCenter deprecated #51 :large_blue_circle:

Compatibility

Notes on compatibility can be found here - https://docs.gradle.org/7.0/userguide/compatibility.html

Release Notes

The complete release notes can be found here - https://docs.gradle.org/7.0/release-notes.html

Notable Changes

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

yashovardhan99 commented 2 years ago

Resolved in #57