Fat Aar Android Versions Save

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

v1.2.17

3 years ago
  • Support databing merge #25 #67 #142
  • Use Gradle's configuration avoidance APIs #195
  • Support incremental build #199 #185
  • Fix wrong directory for aar's jar libs #154

v1.2.16

3 years ago
  • Search for android build plugin version in full classpath #172
  • Fixed a bug where resources might not be found when build in gradle version 4.0.0 #163

v1.2.13

3 years ago
  • adapt gradle plugin 4.0.0 #147

v1.2.15

3 years ago
  • support that the module can be indexed in AS 4.0.0 #148
  • fix lint error #152

v1.2.12

4 years ago
  • Added support for specific build type and product flavor dependencies. #135 #137
  • Fix some build warning

v1.2.11

4 years ago
  • Fix build variants error in gradle plugin 3.6.+ #126
  • Fix bug that remote recources symbol can not found in R.class when build with gradle plugin 3.6.0+

v1.2.10

4 years ago
  • Fix build variants error in gradle plugin 3.6.+

v1.2.9

4 years ago
  • adapt gradle plugin 3.6.1 #120

v1.2.8

4 years ago
  • adapt gradle 6.0.0+ #97

v1.2.7

4 years ago
  • Fix manifest merge bug in gradle 3.5.0 #62 #65