Change to 0.8.3 alpha

This commit is contained in:
Victor Shcherb 2012-08-29 00:03:46 +02:00
parent f11ebf21e7
commit 0295fc5e4c
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ import java.net.URLEncoder;
public class MapCreatorVersion {
public static String APP_VERSION = "0.8.2"; //$NON-NLS-1$
public static String APP_VERSION = "0.8.3"; //$NON-NLS-1$
public static final String APP_DESCRIPTION = "alpha"; //$NON-NLS-1$
public static final String APP_MAP_CREATOR_NAME = "OsmandMapCreator"; //$NON-NLS-1$

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.osmand.plus" android:installLocation="auto" android:versionName="@string/app_version" android:versionCode="65">
package="net.osmand.plus" android:installLocation="auto" android:versionName="@string/app_version" android:versionCode="80">
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAIqF3tNGT66etVBn_vgzpfAY1wmIzKV1Ss6Ku-2A" />

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="app_name">Osmand~</string>
<string name="app_version">0.8.2 alpha</string>
<string name="app_version">0.8.3 alpha</string>
<!-- Not translatable -->
<string name="ga_api_key">UA-28342846-2</string>
<string name="ga_dispatchPeriod">10</string>