Currently I\'m trying to learn Gradle to build Android APKs. How to set an option in gradle to build an unsigned APK?
If you want to make a build type act that is unsigned (just like a debug build), do the following:
myBuildType { initWith debug ... }