DexPatcher / dexpatcher-gradle

Modify Android applications at source-level in Android Studio
https://dexpatcher.github.io/
GNU General Public License v3.0
84 stars 17 forks source link

Disable the workarounds for android build system bugs as they are fixed. #1

Closed Lanchon closed 8 years ago

Lanchon commented 9 years ago

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

Lanchon commented 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.