#maven #latest-version #androidx

app adx

Poll Google's Maven repository to fetch the latest versions of AndroidX packages

24 stable releases (4 major)

Uses new Rust 2024

5.1.0 Aug 23, 2025
5.0.4 Mar 2, 2025
5.0.1 Feb 10, 2025
5.0.0 May 24, 2024
1.1.0 Dec 10, 2019

#8 in Android

Download history

1,580 downloads per month

MIT/Apache

40KB
539 lines

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

Dependencies

~12–20MB
~331K SLoC