anyone know what changed between the android gradl...
# android
d
anyone know what changed between the android gradle plugin 2.1.x and 2.2.0 (preview stuff)? I have some additional tasks that should run, like
assembleRelease << { doOtherStuff() }
and I get
Error:(150, 0) Could not get unknown property 'assembleRelease' for project ':app' of type org.gradle.api.Project.
Is there a new syntax for doing this?