Hello! I was asked by a friend to try and spin up ...
# community-support
a
Hello! I was asked by a friend to try and spin up an app that he had developed a few years back. I am new to gradle. I found that a lot of the version and plugins being used need to be updated but im not sure what to update to without breaking things. could someone assist?
v
• update Gradle to the last patch release within the same major version you currently are • update plugins to the latest versions compatible with your Gradle version • execute all relevant tasks and fix all deprecation warnings • update Gradle to the last patch release within the next major version, considering release notes and upgrade guide in the usermanual • update plugins to the latest versions compatible with your Gradle version • rinse-and-repeat until you are at the version you want to end up on This usually makes for a pretty smooth upgrade experience