#maven #latest-version #repository #update #packages #androidx #android-x

app adx

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

17 stable releases (3 major)

4.5.3 Mar 5, 2024
4.5.1 Aug 10, 2023
4.4.2 May 1, 2023
4.4.1 Feb 1, 2023
1.1.0 Dec 10, 2019

#89 in Development tools

Download history 19/week @ 2024-02-15 165/week @ 2024-02-22 134/week @ 2024-02-29 53/week @ 2024-03-07 13/week @ 2024-03-14

378 downloads per month

MIT/Apache

30KB
638 lines

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

Dependencies

~10–24MB
~362K SLoC