Change versio nto 2.2
This commit is contained in:
parent
f4980b5c2c
commit
4a7b121dcc
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="app_name">OsmAnd~</string>
|
||||
<string name="app_version">2.3.0</string>
|
||||
<string name="app_version">2.2.0</string>
|
||||
<!--
|
||||
Note: For our dev build apk's, the above "app_version" is provided (via osmand/build.xml) as the base version prefix to our build number in the format:
|
||||
X.X.X#YYYYZ , where
|
||||
|
|
|
@ -64,8 +64,8 @@ public class AppInitializer implements IProgress {
|
|||
private static final String VERSION_INSTALLED = "VERSION_INSTALLED"; //$NON-NLS-1$
|
||||
private static final String EXCEPTION_FILE_SIZE = "EXCEPTION_FS"; //$NON-NLS-1$
|
||||
|
||||
// public static final String LATEST_CHANGES_URL = "http://osmand.net/help/changes-2.2.html";
|
||||
public static final String LATEST_CHANGES_URL = null; // not enough to read
|
||||
public static final String LATEST_CHANGES_URL = "http://osmand.net/blog?id=osmand-2-2-released";
|
||||
// public static final String LATEST_CHANGES_URL = null; // not enough to read
|
||||
public static final int APP_EXIT_CODE = 4;
|
||||
public static final String APP_EXIT_KEY = "APP_EXIT_KEY";
|
||||
private OsmandApplication app;
|
||||
|
|
Loading…
Reference in a new issue