Back to project page Geoloqi-Android-Geotracks.
The source code is released under:
GNU General Public License
If you think the Android project Geoloqi-Android-Geotracks listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.geoloqi.geotracks; //w w w . j a v a 2s . c o m /** * This class contains the current build information for the * application. The static tokens will be replaced with * real values at build time. * * @author Tristan Waddington */ public class Build { /** The build number for this version of the application. */ public static final String APP_BUILD = "@build-token@"; }