forked from organicmaps/organicmaps
[android] Increased version number
This commit is contained in:
parent
cc9aa8f8bd
commit
1714aaf962
2 changed files with 4 additions and 4 deletions
|
@ -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="211"
|
||||
android:versionName="2.1.1"
|
||||
android:versionCode="212"
|
||||
android:versionName="2.1.2"
|
||||
android:installLocation="preferExternal"
|
||||
android:sharedUserId="com.mapswithme"
|
||||
android:sharedUserLabel="@string/shared_user_label">
|
||||
|
|
|
@ -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="211"
|
||||
android:versionName="2.1.1"
|
||||
android:versionCode="212"
|
||||
android:versionName="2.1.2"
|
||||
android:installLocation="preferExternal"
|
||||
android:sharedUserId="com.mapswithme"
|
||||
android:sharedUserLabel="@string/shared_user_label">
|
||||
|
|
Loading…
Add table
Reference in a new issue