Searched refs:release (Results 1 – 20 of 20) sorted by relevance
1 ## Building a release version4 To run a release build that remove the SNAPSHOT qualifier, run:6 gradle --init-script release.gradle <tasks>
160 "ant debug" will automatically insert debuggable==true, while "ant release"162 If debuggable=true is set, then "ant release" will actually do a debug build.163 - Automatic Proguard support in release builds. Only need to have a proguard.config
12 # You can also use it define how the release builds are signed by declaring16 # The password will be asked during the build when you use the 'release' target.
16 release {
200 info.release(); in removeSensorUi()238 public void release() { in release() method in SensorActivity.DisplayInfo