Fat Aar Android Versions Save

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+

v1.3.8

2 years ago
  • Fix the issue that plugin cannot be used in jdk 1.8 #371

v1.3.7

2 years ago
  • Fix productFlavor detection in embed submodules. #348
  • Support missingDimensionStrategy without productFlavors in current project. #343

v1.3.6

2 years ago
  • Support AGP 4.2.0 #290 #304
  • Copy 'navigation' along with other R.$ classes. #296

v1.3.5

3 years ago
  • 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.4

3 years ago
  • Support Gradle 6.8

v1.3.3

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • Fix error that getName() in a null object. #214
  • Rename r-classes.jar with applicationId.

v1.2.19

3 years ago
  • 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

3 years ago
  • Adapt gradle plugin 4.1.0