Rust tooling to poll Google Maven repository for updates to AndroidX artifacts
Go to file
Harsh Shandilya 035fdc7552
git: add gitattributes file to fix Windows CI
2022-03-15 13:11:50 +05:30
.github/workflows all: switch from Dependabot to Renovate 2022-02-01 01:14:13 +05:30
.idea Add Clion files 2020-04-18 03:58:19 +05:30
.vscode Initial commit 2019-12-06 20:31:40 +05:30
adx adx: remove unnecessary condition 2022-03-08 14:21:55 +05:30
testdata testdata: init 2021-08-19 22:56:18 +05:30
.fdignore all: cleanup 2022-01-26 14:08:42 +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 fix(deps): update rust crate clap to 3.1.6 (#82) 2022-03-08 10:22:05 +05:30
Cargo.toml adx: move everything to a workspace member 2021-04-28 03:18:52 +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 README: update with current usage instructions 2020-12-29 12:53:59 +05:30
deny.toml deny: add exclusion for multiple versions of itoa 2022-01-10 12:00:56 +05:30
renovate.json all: switch from Dependabot to Renovate 2022-02-01 01:14:13 +05:30
rustfmt.toml rustfmt: add custom configuration 2022-03-08 14:21:53 +05:30
shell.nix nix: rewrite shell config 2021-12-14 22:27:48 +05:30

README.md

androidx-release-watcher

Rust binary that polls Google's Maven repository and finds the latest version of the requested dependencies.

Installation

Using cargo

Run cargo install adx on a terminal.

From source

git clone https://github.com/msfjarvis/androidx-release-watcher
cd androidx-release-watcher
cargo install --path .

Usage

Find latest release of a package

$ adx appcompat
androidx.appcompat:appcompat:1.3.0-alpha02
androidx.appcompat:appcompat-resources:1.3.0-alpha02

Find latest stable version of a package

$ adx --channel stable appcompat
androidx.appcompat:appcompat:1.2.0
androidx.appcompat:appcompat-resources:1.2.0