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.
Using the plugins DSL:
plugins {
id("com.zhoujian.fat-aar") version "1.1.11.8-SNAPSHOT"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.zhoujian:fat-aar:1.1.11.8-SNAPSHOT")
}
}
apply(plugin = "com.zhoujian.fat-aar")
Using the plugins DSL:
plugins {
id "com.zhoujian.fat-aar" version "1.1.11.8-SNAPSHOT"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.zhoujian:fat-aar:1.1.11.8-SNAPSHOT"
}
}
apply plugin: "com.zhoujian.fat-aar"