Rust tooling to poll Google Maven repository for updates to AndroidX artifacts
Go to file
Harsh Shandilya 8ef897681c
chore: address clippy lint
2023-08-10 18:15:43 +05:30
.github feat(ci): add GHA workflow for updating flake.lock every weekend 2023-03-14 10:38:48 +00:00
.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 chore: address clippy lint 2023-08-10 18:15:43 +05:30
testdata testdata: init 2021-08-19 22:56:18 +05:30
.fdignore all: cleanup 2022-01-26 14:08:42 +05:30
.git-blame-ignore-revs git: add formatting commits to ignore list 2022-04-20 06:06:53 +05:30
.gitattributes git: add gitattributes file to fix Windows CI 2022-03-15 13:11:50 +05:30
.gitignore Add Clion files 2020-04-18 03:58:19 +05:30
Cargo.lock chore(release): bump adx to version 4.5.1 2023-08-10 18:14:20 +05:30
Cargo.toml chore: reformat TOML files with Taplo 2023-06-26 00:33: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
README.md chore(readme): add Built With Garnix badge 2023-02-16 14:13:02 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:27:53 +05:30
deny.toml chore: reformat TOML files with Taplo 2023-06-26 00:33:21 +05:30
flake.lock flake.lock: Update 2023-08-06 06:02:12 +00:00
flake.nix feat(flakes): use numtide/devshell for Flake devShell 2023-06-26 00:40:17 +05:30
release.toml chore(release): sync config with walls-bot-rs 2022-12-08 12:28:39 +00:00
rust-toolchain.toml chore: reformat TOML files with Taplo 2023-06-26 00:33:21 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:27:53 +05:30

README.md

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