[android] Build fixes

This commit is contained in:
Alex Zolotarev 2014-06-19 22:26:13 -10:00 committed by Alex Zolotarev
parent e099dc8d4a
commit 0b3ea8b274
4 changed files with 9 additions and 6 deletions

View file

@ -3,9 +3,7 @@
package="com.mapswithme.maps"
android:installLocation="auto"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label"
android:versionCode="262"
android:versionName="2.6.2" >
android:sharedUserLabel="@string/shared_user_label" >
<uses-sdk
android:minSdkVersion="7"

View file

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">
<application
android:name="com.mapswithme.maps.MWMApplication">

View file

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">
<application
android:name="com.mapswithme.maps.MWMApplication">

View file

@ -3,7 +3,6 @@
#include <jni.h>
#include "../../../../../map/framework.hpp"
#include "../../../../../map/bookmark_balloon.hpp"
#include "../../../../../search/result.hpp"