forked from organicmaps/organicmaps
[android] Modified project's properties
This commit is contained in:
parent
f65c4fef95
commit
10f6297a97
2 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mapswithme.maps"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<uses-sdk android:minSdkVersion="7" />
|
||||
android:versionCode="100"
|
||||
android:versionName="1.0.0">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="10"/>
|
||||
<uses-feature android:glEsVersion="0x00010001" />
|
||||
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />
|
||||
<uses-feature android:required="true" android:name="android.hardware.wifi" />
|
||||
<uses-feature android:required="false" android:name="android.hardware.location" />
|
||||
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
|
||||
<activity android:name=".MWMActivity"
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-7
|
||||
target=android-10
|
||||
|
|
Loading…
Add table
Reference in a new issue