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

Detect out-of-date dependencies and offer to update #14

Open
sanity opened this issue Oct 26, 2018 · 3 comments
Open

Detect out-of-date dependencies and offer to update #14

sanity opened this issue Oct 26, 2018 · 3 comments

Comments

@sanity
Copy link

sanity commented Oct 26, 2018

I've used gradle-versions-plugin for this, but something similar with IDE support could also modify build.gradle to apply the updated versions.

@scana
Copy link
Owner

scana commented Oct 29, 2018

Hi @sanity, there used to be a way to do this in Android Studio but now I can't find it anymore. It's really a great idea and I think it's worth checking out.

@jmfayard
Copy link

jmfayard commented Nov 5, 2018

@scana @sanity Actually this is exactly what my own Gradle plugin does (and it's based on the gradle-versions-plugin!)

https://github.com/jmfayard/gradle-kotlin-dsl-libs

I was thinking about referencing your project on my page, because they are very complementary!
What my project does not do is letting you add easily a dependency.

It's integrated in the IDE in the sense that you just need to add a Run Configuration that run the Gradle task syncLibs and then you edit your gradle files with full IDE support.

@scana
Copy link
Owner

scana commented Jan 9, 2021

@jmfayard hey, I mentioned you and your plugin in https://github.com/scana/ok-gradle#would-you-like-to-automatically-update-your-dependencies :)
Please let me know if you would like me to write something else in your project's description

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

No branches or pull requests

3 participants