I\'m importing an android library in an application built with gradle, like that:
dependencies { compile \'com.e
It's not possible through a filter.
You could have 2 assets folders though. a main one (src/main/assets) used for both debug and release and one (src/debug/assets) used only for the debug build.
debug
release
source