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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/71d80e811f2e29a4b82d3e545ad6591e35227e03' (2023-10-14)
  → 'github:rustsec/advisory-db/0c251c3c9a1b08e08ef5946d4c2d133fe1bc213e' (2023-10-28)
• Updated input 'crane':
    'github:ipetkov/crane/758ae442227103fa501276e8225609a11c99718e' (2023-10-20)
  → 'github:ipetkov/crane/b7db46f0f1751f7b1d1911f6be7daf568ad5bc65' (2023-10-24)
• Updated input 'devshell':
    'github:numtide/devshell/cd4e2fda3150dd2f689caeac07b7f47df5197c31' (2023-09-29)
  → 'github:numtide/devshell/1aed986e3c81a4f6698e85a7452cbfcc4b31a36e' (2023-10-27)
• Updated input 'fenix':
    'github:nix-community/fenix/595a9eed67a4bf54dfe3e5c3299362a695fef758' (2023-10-21)
  → 'github:nix-community/fenix/0087479649aab847e515e90e7f7333983dea798e' (2023-10-28)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/954fb1d673107f3de5cab9b06cb3d1a2323eb6e0' (2023-10-20)
  → 'github:rust-lang/rust-analyzer/46c395d57090f2ec5784d7fcad57a130911e44f7' (2023-10-26)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/51d906d2341c9e866e48c2efcaac0f2d70bfd43e' (2023-10-21)
  → 'github:NixOS/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf' (2023-10-26)
2023-10-29 06:02:14 +00:00
.github chore(deps): update actions/checkout action to v4 2023-09-04 14:24:57 +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 fix(deps): update rust crate futures to 0.3.29 2023-10-26 15:15:12 +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 Add Clion files 2020-04-18 03:58:19 +05:30
Cargo.lock chore(deps): lock file maintenance 2023-10-27 00:31:36 +00:00
Cargo.toml fix(cargo): opt into v2 resolver 2023-08-25 03:48:29 +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 2023-10-29 06:02:14 +00:00
flake.nix fix(flakes): drop now-removed crane inputs 2023-10-22 15:18:04 +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: update Garnix badges 2023-08-27 20:51:08 +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.73.0 2023-10-07 17:35:52 +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