[android] Increased version number

This commit is contained in:
Alex Zolotarev 2012-08-15 23:36:02 +03:00 committed by Alex Zolotarev
parent 14b27eb0ec
commit c2eb2f7337
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="212"
android:versionName="2.1.2"
android:versionCode="213"
android:versionName="2.1.3"
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="212"
android:versionName="2.1.2"
android:versionCode="213"
android:versionName="2.1.3"
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">