AG
androidgradleplugin.sbs
Lightweight Gradle plugins for Android developers
Ship build-time magic — faster
Tiny, opinionated Gradle plugins that speed up your Android build, improve DX, and play nicely with CI. Drop-in, well documented, and battle-tested.
Kotlin
Gradle
Install — Gradle Kotlin DSL
plugins {
id("sbs.android.optimise") version "1.4.0"
}
// or
dependencies {
classpath("com.android.tools.build:gradle:8.4.0")
}
Open source · MIT · CI tested