SKGradver
Installation
$ npm install skgradver -g
$ git clone https://github.com/liufsd/skgradver.git
$ npm install /path/skgradver -g
Usage
- open project root
- run
skgradver
to verify dependencies
Command-line Args
--export
or --export=filename.xml
--update
autoupdate dependencies version in build.gradle
--all
show all dependencies (also already updated)
--refresh
force refresh build.gradle list files (in settings.gradver)
--filter=com.android
only show "com.android.**" dependencies
--nexus=com.android
show "com.android.**" release arr dependencies on nexus (by parser arr pom)
skgradver --nexus=com.android --query=com.android.browser --self
show 'com.android.browser' dependencies
skgradver --nexus=com.android --query=com.android.browser
show arrs who include 'com.android.browser'
skgradver --nexus --package=com.android.browser
show 'com.android.browser' arrs (release/snapshots)
Sources
Screenshot