com.zhoujian.fat-aar
Owner: Jian Zhou
The fat-aar works with the gradle plugin's version of the development is 3.0.1 and later.
https://github.com/kezong/fat-aar-android
Sources: https://github.com/kezong/fat-aar-android
Version 1.1.11.8-SNAPSHOT (latest)
1.1.11.8-SNAPSHOT
Created 18 July 2019.
The fat-aar works with the gradle plugin's version of the development is 3.0.1 and later.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.zhoujian.fat-aar") version "1.1.11.8-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.zhoujian:fat-aar:1.1.11.8-SNAPSHOT") } } apply(plugin = "com.zhoujian.fat-aar")
- Applying plugins to all subprojects .