Rust tooling to poll Google Maven repository for updates to AndroidX artifacts
Go to file
GitHub Actions 38aac2b6b2 flake.lock: Update
Flake lock file updates:

• Updated input 'crane':
    'github:ipetkov/crane/a5eca68a2cf11adb32787fc141cddd29ac8eb79c?narHash=sha256-apdecPuh8SOQnkEET/kW/UcfjCRb8JbV5BKjoH%2BDcP4%3D' (2024-04-24)
  → 'github:ipetkov/crane/442a7a6152f49b907e73206dc8e1f46a61e8e873?narHash=sha256-uXNW6bapWFfkYIkK1EagydSrFMqycOYEDSq75GmUpjk%3D' (2024-05-04)
• Updated input 'fenix':
    'github:nix-community/fenix/055f6db376eaf544d84aa55bd5a7c70634af41ba?narHash=sha256-QO3Yv3UfJRfhZE1wsHOartg%2Bk8/Kf1BiDyfl8eEpqcE%3D' (2024-04-27)
  → 'github:nix-community/fenix/0371cb3179c16f4f932557f855082bf57d371166?narHash=sha256-WXSXGpOsFpIWmo92adRpKrC2PecFc12rkba6RBNXtfA%3D' (2024-05-04)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/1ed7e2de05ee76f6ae83cc9c72eb0b33ad6903f2?narHash=sha256-S8AsTyJvT6Q3pRFeo8QepWF/husnJh61cOhRt18Xmyc%3D' (2024-04-26)
  → 'github:rust-lang/rust-analyzer/1a5bb27c018c947dab01ab70ffe1d267b0481a17?narHash=sha256-5PuPbEIUfXrW3u3wZqct22hcoc3K6XOhV3iEIp/wZTg%3D' (2024-05-03)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d6f6eb2a984f2ba9a366c31e4d36d65465683450?narHash=sha256-Yg5D5LhyAZvd3DZrQQfJAVK8K3TkUYKooFtH1ulM0mw%3D' (2024-04-27)
  → 'github:NixOS/nixpkgs/5fd8536a9a5932d4ae8de52b7dc08d92041237fc?narHash=sha256-oOUdvPrO8CbupgDSaPou%2BJv6GL%2BuQA2QlE33D7OLzkM%3D' (2024-05-03)
2024-05-05 00:19:23 +00:00
.github fix(renovate): avoid touching Oranda/cargo-dist workflows 2024-04-16 22:50:29 +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(deps): update rust crate thiserror to 1.0.59 2024-04-20 19:39:33 +00:00
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 feat(release): set up oranda 2024-04-16 22:42:28 +05:30
Cargo.lock chore(deps): lock file maintenance 2024-05-04 00:17:04 +00:00
Cargo.toml feat(release): set up cargo-dist 2024-04-16 22:38:34 +05:30
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 2024-05-05 00:19:23 +00:00
flake.nix nix: re-enable cargo-audit 2024-04-21 17:51:47 +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: fix Garnix badge 2023-10-29 23:10:11 +05:30
release.toml chore(release): sync config with walls-bot-rs 2022-12-08 12:28:39 +00:00
rust-toolchain.toml fix: upgrade to Rust 1.77.2 2024-04-10 22:02:55 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:27:53 +05:30

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