#maven #androidx

app adx

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

13 stable releases (3 major)

4.4.1 Feb 1, 2023
4.4.0 Dec 8, 2022
4.3.4 Oct 19, 2022
4.3.3 Jul 15, 2022
1.1.0 Dec 10, 2019

#221 in Development tools

Download history 5/week @ 2022-11-21 2/week @ 2022-11-28 27/week @ 2022-12-05 4/week @ 2022-12-12 15/week @ 2022-12-19 1/week @ 2022-12-26 2/week @ 2023-01-02 21/week @ 2023-01-09 3/week @ 2023-01-16 7/week @ 2023-01-23 35/week @ 2023-01-30 17/week @ 2023-02-06 68/week @ 2023-02-13 31/week @ 2023-02-20 1/week @ 2023-03-06

100 downloads per month

MIT/Apache

26KB
558 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

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–21MB
~405K SLoC