Rust binary that polls Google's Maven repository and finds the latest version of the requested dependencies.
cargo
Run cargo install adx
on a terminal.
shell
git clone https://github.com/msfjarvis/androidx-release-watcher
cd androidx-release-watcher
cargo install --path .
shell
$ adx appcompat
androidx.appcompat:appcompat:1.3.0-alpha02
androidx.appcompat:appcompat-resources:1.3.0-alpha02
shell
$ adx --channel stable appcompat
androidx.appcompat:appcompat:1.2.0
androidx.appcompat:appcompat-resources:1.2.0