[android] Set version to 2.3.0

This commit is contained in:
vng 2013-02-13 22:41:06 +03:00 committed by Alex Zolotarev
parent f2e148b7b9
commit 0bdcd4888b
3 changed files with 6 additions and 6 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.samsung"
android:versionCode="221"
android:versionName="2.2.1"
android:versionCode="230"
android:versionName="2.3.0"
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"
android:versionCode="221"
android:versionName="2.2.1"
android:versionCode="230"
android:versionName="2.3.0"
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="221"
android:versionName="2.2.1"
android:versionCode="230"
android:versionName="2.3.0"
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">