I'm trying to use Gradle Experimental.
As of now I don't seem to find a way to implement RenderScript Support Library that I need for blur effects:
https://developer.android.com/guide/topics/renderscript/compute.html#access-rs-apis
This is the library I try to use : https://github.com/kikoso/android-stackblur
But since there is no jar or aar, I can't use it.
- The project 'android-stackblur' may be using a version of Gradle that does not contain the method.`
– Mackovich Dec 17 '15 at 13:53