adx

Crates.ioadx
lib.rsadx
version5.0.0
sourcesrc
created_at2019-12-09 02:50:01.95623
updated_at2024-05-24 20:29:33.179532
descriptionPoll Google's Maven repository to fetch the latest versions of AndroidX packages
homepagehttps://github.com/msfjarvis/androidx-release-watcher
repositoryhttps://github.com/msfjarvis/androidx-release-watcher
max_upload_size
id187430
size66,012
Harsh Shandilya (msfjarvis)

documentation

README

androidx-release-watcher No Maintenance Intended Built with Garnix

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

Installation

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
Commit count: 916

cargo fmt