Releases: kezong/fat-aar-android
Releases · kezong/fat-aar-android
v1.2.6
- adapt gradle plugin 3.5.0 #53 #58
v1.2.5
- Fix task name repeat error #48
- If minifyEnabled, jar files would build into classes.jar
v1.2.4
Fix jni and assets can't embed in windows platform #37
v1.2.3
- Fix the problem that non-dependency R cannot be found #11 #35
- No longer need to add
compileOnly
for dependencies
- Transitive default value change to false
- Write merge AndroidManifest file in UTF-8
v1.1.11
- Fixed a problem where gradle plugin version might have misjudged #28
- Fixed LibraryManifestMerger.javabuild warning #29
- Optimize the merging rules of resource、assets、jni... #27
v1.1.10
- Fixed jar merge bug when using gradle plugin 3.0.1 #24
- Fixed rebuild(./gradlew clean assemble) error #24
v1.1.8
- adapter new interface to avoid the warning #10
- optimize AndroidManifest merge rules #21 #23
v1.1.7
- Support embed R file when upload maven #7
v1.1.6
- Adapt gradle plugin 3.3.0, 3.4.0, 3.4.1. #4 #9
- Adapt gradle 4.10.1, 5.0, 5.1, 5.1.1. #8
- Support sub-module's Flavor
- Fix the problem that the class update of the sub-module is not timely