Tim Mutton
Tim Mutton
I've started doing some work on supporting 3.x in feature/build-tools-3, however I'll need to set up a demo project using the new tools to verify. it doesnt look like the...
Looks like the dexcount plugin supports this by getting the build tools version number and using a different provider, as shown at https://github.com/KeepSafe/dexcount-gradle-plugin/blob/master/src/main/kotlin/com/getkeepsafe/dexcount/Plugin.kt We could do something similar to achieve...
@dirkvranckaert I got halfway through re-writing the plugin to support both, but then life got in the way and I lost the code. I also ended up re-evaluating the need...
Sorry for not replying to this sooner, my email filter must have hidden your issue. Installing Redex and all its dependencies is quite a complex task (especially for multiple platforms)...
@justinjhendrick I may be reading this wrong, but your branch downloads the latest redex to the build dir of this project, it doesnt actually download it to the build dir...
I don't know that you can include an executable in a jar. You might have to rework it so that the plugin does the download Sent with AquaMail for Android...
Check out https://github.com/timmutton/redex-plugin