[android] Set 2.2.1 version.

This commit is contained in:
vng 2012-11-16 17:18:42 +03:00 committed by Alex Zolotarev
parent db57051cb7
commit e3a4a3b5ee
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mapswithme.maps"
android:versionCode="220"
android:versionName="2.2.0"
android:versionCode="221"
android:versionName="2.2.1"
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mapswithme.maps.pro"
android:versionCode="220"
android:versionName="2.2.0"
android:versionCode="221"
android:versionName="2.2.1"
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">