[android] Set target SDK version to 16.

This commit is contained in:
vng 2012-07-29 21:15:23 -07:00 committed by Alex Zolotarev
parent 3a30b65d3c
commit b9910335d9
6 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/app_name">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />
<uses-feature android:required="false" android:name="android.hardware.wifi" />

View file

@ -6,7 +6,7 @@
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />
<uses-feature android:required="false" android:name="android.hardware.wifi" />

View file

@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-8
target=android-16
android.library.reference.1=..

View file

@ -6,7 +6,7 @@
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16"/>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />
<uses-feature android:required="false" android:name="android.hardware.wifi" />

View file

@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-8
target=android-16
android.library.reference.1=..

View file

@ -8,5 +8,5 @@
# project structure.
# Project target.
target=android-8
target=android-16
android.library=true