Releases: kezong/fat-aar-android
Releases · kezong/fat-aar-android
v1.3.8
- Fix the issue that plugin cannot be used in jdk 1.8 #371
v1.3.7
- Fix productFlavor detection in embed submodules. #348
- Support missingDimensionStrategy without productFlavors in current project. #343
v1.3.6
- Support AGP 4.2.0 #290 #304
- Copy 'navigation' along with other R.$ classes. #296
v1.3.5
- Fix the bug that jar cannot be merged in some case. #255 #288
- Fix build error when use gradle 6.0-6.8. #277
v1.3.3
- Fix bug that "Can not find task bundleDebugAar". #84
- Fix bug that crash when module can not resolve.
- Throw a runtime exception when manifest merge fail.
v1.3.1
- Implement bytecode patching to process R class
- Support merge consumerProguardFiles
- Support merge *.kotlin_module, support kotlin top-level
- Support flavor missingDimensionStrategy
- Fix build error when flavor artifact renamed
- Fix Jar merge error when use AGP 3.0 - 3.1
- Fix AGP version not found in some cases
v1.2.20
- Fix error that getName() in a null object. #214
- Rename r-classes.jar with applicationId.
v1.2.19
- Support embed aar that has no classes.jar #157
- Support embed aar that has no AndroidManifest.xml #206
- Fix bug that R.class not embed when publish to maven #200
v1.2.18
- Adapt gradle plugin 4.1.0