Android : how to use gradle change java code(build android project)

on Friday, August 15, 2014


I use gradle to build my android project.When build type is Debug ,I want to change a boolean value that in java file "Constans.java". public static final boolean IS_TEST_ENVIRONMENT = false; I use this value to contorl my app request different server. How to do that,I can not find any document.


0 comments:

Post a Comment