Rust tooling to poll Google Maven repository for updates to AndroidX artifacts
Find a file
renovate[bot] d659be9ec5
Some checks are pending
Check Rust code / check (push) Waiting to run
Web / Build and deploy site and docs (push) Waiting to run
chore(deps): lock file maintenance
2025-08-20 01:11:18 +00:00
.github fix(release): refresh dist version 2025-08-08 18:32:55 +05:30
.idea fix(deps): upgrade clap 2022-06-17 13:32:18 +05:30
.vscode chore(vscode): set nix-env source 2023-05-05 15:48:01 +05:30
adx fix: clippy 2025-08-13 01:05:36 +05:30
testdata chore: refresh test data 2025-08-08 18:16:47 +05:30
.fdignore all: cleanup 2022-01-26 14:08:42 +05:30
.git-blame-ignore-revs chore: add reformat to git-blame-ignore-revs 2024-12-16 18:33:25 +05:30
.gitattributes chore: upgrade to cargo-dist 0.18.0 2024-07-28 01:51:58 +05:30
.gitignore feat(release): set up oranda 2024-04-16 22:42:28 +05:30
Cargo.lock chore(deps): lock file maintenance 2025-08-20 01:11:18 +00:00
Cargo.toml fix(build): upgrade cargo-dist 2025-03-02 20:34:36 +05:30
default.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:25 +05:30
deny.toml chore: reformat TOML files with Taplo 2023-06-26 00:33:21 +05:30
dist-workspace.toml fix(release): refresh dist version 2025-08-08 18:32:55 +05:30
flake.lock flake.lock: Update 2025-08-17 00:51:13 +00:00
flake.nix fix(flake): repair Darwin build 2025-08-08 18:11:34 +05:30
HACKING.md fix: adjust nix_check hack for Clippy upgrade 2024-07-28 02:07:21 +05:30
LICENSE-APACHE Add some cargo metadata and dual-license under ASL 2.0 and MIT 2020-02-19 14:46:13 +05:30
LICENSE-MIT Fix license text 2020-03-08 02:53:29 +05:30
oranda.json oranda: set correct project name 2024-04-16 22:52:31 +05:30
README.md chore: add prebuilt installation instructions to README 2025-03-02 14:24:29 +05:30
release.toml chore(release): sync config with walls-bot-rs 2022-12-08 12:28:39 +00:00
rust-toolchain.toml fix(rust): upgrade to Rust 1.88.0 2025-06-27 12:24:38 +05:30
shell.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:25 +05:30
update_repo.py chore: add a simple script to update test data 2025-03-02 14:41:19 +05:30

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