Release version
parent
2876aa6756
commit
67a82ee370
|
@ -6,7 +6,7 @@ import java.util.Locale;
|
||||||
* Created by tpolgrabia on 27.08.16.
|
* Created by tpolgrabia on 27.08.16.
|
||||||
*/
|
*/
|
||||||
public class AppConstants {
|
public class AppConstants {
|
||||||
public static final AppStage RELEASE = AppStage.DEVELOPMENT;
|
public static final AppStage RELEASE = AppStage.FINAL;
|
||||||
public static final float MIN_DISTANCE = 100;
|
public static final float MIN_DISTANCE = 100;
|
||||||
public static final long GPS_LOCATION_UPDATE_FREQ = 15000;
|
public static final long GPS_LOCATION_UPDATE_FREQ = 15000;
|
||||||
public static final float GPS_LOCATION_DISTANCE_FREQ = MIN_DISTANCE;
|
public static final float GPS_LOCATION_DISTANCE_FREQ = MIN_DISTANCE;
|
||||||
|
|
Loading…
Reference in New Issue