Android : Gradle - Default build type always debug

on Sunday, March 29, 2015


I have an Android App with build types "release" and "debug"


When I build it with



./gradlew build



It always uses the debug build type.


Why that and how can I choose to build release?


0 comments:

Post a Comment