This blog is all about Android development and problems\solutions
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