adx/README.md
Harsh Shandilya 699ea90ad7
README: update with current usage instructions
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-12-29 12:53:59 +05:30

705 B

androidx-release-watcher

Rust binary that polls Google's Maven repository and finds the latest version of the requested dependencies.

Installation

Using cargo

Run cargo install adx on a terminal.

From source

git clone https://github.com/msfjarvis/androidx-release-watcher
cd androidx-release-watcher
cargo install --path .

Usage

Find latest release of a package

$ adx appcompat
androidx.appcompat:appcompat:1.3.0-alpha02
androidx.appcompat:appcompat-resources:1.3.0-alpha02

Find latest stable version of a package

$ adx --channel stable appcompat
androidx.appcompat:appcompat:1.2.0
androidx.appcompat:appcompat-resources:1.2.0