Skip to content
/ adx Public

CLI to check Google Maven repository for versions of AndroidX libraries

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

msfjarvis/adx

Repository files navigation

androidx-release-watcher No Maintenance Intended

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

Installation

From GitHub releases

Head over to the latest release and follow the instructions for your platform.

Using cargo

Run cargo install --locked adx on a terminal.

From source

git clone https://github.com/msfjarvis/adx
cd adx
cargo install --path adx

Usage

Find the latest release of a package

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

Find the latest stable version of a package

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

About

CLI to check Google Maven repository for versions of AndroidX libraries

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project