redex-plugin
redex-plugin copied to clipboard
error message : Failed to notify project evaluation listener. > com.github.kittinunf.fuel.core.HttpException: HTTP Exception 403 Forbidden
The plugin queries an output location folder that is not available anymore: ``` Caused by: java.lang.NoSuchMethodError: com.android.build.gradle.api.ApplicationVariant.getOutputs()Ljava/util/List; at au.com.timmutton.redexplugin.RedexTask.initialise(RedexTask.kt:44) at au.com.timmutton.redexplugin.RedexPlugin$apply$1.execute(RedexPlugin.kt:25) at au.com.timmutton.redexplugin.RedexPlugin$apply$1.execute(RedexPlugin.kt:9) ```
Are there anyways that u can prebuild or wrap the redex package inside this redex plugins? Because we are using windows... many thanks..
Ive begun work on adding the ability to use the proguard files, mapping file and minifyEnabled variables from the variant when a global value isnt supplied, however some things cant...