Crates.io | adx |
lib.rs | adx |
version | 5.0.0 |
source | src |
created_at | 2019-12-09 02:50:01.95623 |
updated_at | 2024-05-24 20:29:33.179532 |
description | Poll Google's Maven repository to fetch the latest versions of AndroidX packages |
homepage | https://github.com/msfjarvis/androidx-release-watcher |
repository | https://github.com/msfjarvis/androidx-release-watcher |
max_upload_size | |
id | 187430 |
size | 66,012 |
Rust binary that polls Google's Maven repository and finds the latest version of the requested dependencies.
cargo
Run cargo install --locked adx
on a terminal.
git clone https://github.com/msfjarvis/adx
cd adx
cargo install --path adx
$ adx appcompat
androidx.appcompat:appcompat:1.3.0-alpha02
androidx.appcompat:appcompat-resources:1.3.0-alpha02
$ adx --channel stable appcompat
androidx.appcompat:appcompat:1.2.0
androidx.appcompat:appcompat-resources:1.2.0