parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 739 forks source link

com.github.ben-manes.versions unused and can be removed #1162

Open mobilekosmos opened 2 years ago

mobilekosmos commented 2 years ago

New Feature / Enhancement Checklist

Following is not used anymore in the project. This is a conclusion from a past discussion which I could not find anymore but maybe you can confirm that this is not used anymore, if so this could be removed from root's build.gradle:

id "com.github.ben-manes.versions" version "0.28.0"

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this issue!

mtrezza commented 2 years ago

Did you do a search within the project and does it compile if you remove the dependency?

azlekov commented 2 years ago

This plugin can be removed or we can start using it in the GitHub Actions to report dependencies updates. To be discussed.

mtrezza commented 1 year ago

@L3K0V what do you suggest we do with that dependency?

azlekov commented 1 year ago

Currently is not used and I cannot see any benefit having it right now, so maybe to be removed. If someone have ideas in future regarding this plugin - lets open an PR and we can start discussion again.

mtrezza commented 1 year ago

@mobilekosmos Do you want to open a PR to remove it?