forked from organicmaps/organicmaps
[android] Build fixes
This commit is contained in:
parent
e099dc8d4a
commit
0b3ea8b274
4 changed files with 9 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include <jni.h>
|
||||
|
||||
#include "../../../../../map/framework.hpp"
|
||||
#include "../../../../../map/bookmark_balloon.hpp"
|
||||
|
||||
#include "../../../../../search/result.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue