Closed Lanchon closed 8 years ago
This won't happen because fixes in android build system 1.3.x introduce other bugs, and android build systems 1.4.x and later were significantly changed and are no longer compatible with the current DexPatcher-gradle. It is better to just port the plugins to android build system 2.x.
Disable the workarounds that I implemented in the plugins for android build system bugs as they are fixed in the source. Ideally done conditionally after checking the android build system version.
https://github.com/Lanchon/DexPatcher-gradle/blob/v0.1.1/src/main/groovy/lanchon/dexpatcher/gradle/PatcherPlugin.groovy#L290-L338
https://code.google.com/p/android/issues/detail?id=170153 https://code.google.com/p/android/issues/detail?id=172048