Release 1.0

This commit is contained in:
Victor Shcherb 2012-11-18 16:02:56 +01:00
parent cfac20240d
commit fc1745dd0c
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 = "1.0.0"; //$NON-NLS-1$
public static String APP_VERSION = "1.1.0"; //$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="90">
package="net.osmand.plus" android:installLocation="auto" android:versionName="@string/app_version" android:versionCode="110">
<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">1.0.0 alpha</string>
<string name="app_version">1.1.0 alpha</string>
<!-- Not translatable -->
<string name="ga_api_key">UA-28342846-2</string>
<string name="ga_dispatchPeriod">10</string>