federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.69k stars 1.11k forks source link

WIP: Dependencies management with Gradle buildSrcVersions #697

Closed jmfayard closed 3 years ago

jmfayard commented 5 years ago

Hello, I am the author of https://github.com/jmfayard/buildSrcVersions, a gradle plugin for better dependencies management

See this article for some background info https://dev.to/jmfayard/better-dependency-management-in-android-studio-3-5-with-gradle-buildsrcversions-34e9

In the process of validating that my latest release works , I have tested it that it works with your open-source project (it does!).

If you are interested by this approach, I can contribute a complete pull-request.

I am not changing any dependency version, that would be up to you.