Ross ROSS = Recommend OSS · open-source software intelligence for agents

adwiv/android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file observed · 2026-08-28

github.com/adwiv/android-fat-aar · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4086
  • days_rel: n/a
  • days_push: 3296
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1458 stars · 425 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Gradle script that merges embedded dependencies into a single generated AAR file for Android library projects. It lets library authors publish one fat AAR while keeping a modular project structure.

Use cases

  • publish a single Android library AAR with embedded sub-projects
  • merge multiple library modules into one distributable aar file
  • avoid transitive dependency resolution for embedded libraries
  • proguard the combined library code instead of each subproject
  • embed local and remote aar dependencies into a generated aar

When to choose

  • you need to ship a single AAR containing multiple modules on older Android Gradle Plugin versions
  • you want to keep a modular codebase but publish one artifact
  • you cannot use a maintained fat-aar Gradle plugin and your AGP version is compatible

When to avoid

  • you use recent Android Gradle Plugin versions, as this script is unmaintained since 2017
  • you rely on manifest placeholders, AIDL files, or multiple build types
  • you want active maintenance and bug fixes
  • you can use a maintained alternative like fat-aar-plugin

Facets

library · maturity abandoned

build-tool developer-tools mobile-development developer-tools android-tools jvm cli gradle aar fat-aar android-library packaging android

1 source

Member repositories

RepositoryRoleHealth v2
adwiv/android-fat-aarmain32

For agents

markdown · JSON · MCP: product_card(name="adwiv/android-fat-aar")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem