Update API level
This commit is contained in:
parent
acf8636074
commit
adda6bc7a0
3 changed files with 5 additions and 2 deletions
|
@ -4,5 +4,6 @@
|
|||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".X48"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.AppCompat"
|
||||
android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop"> <!-- |screenSize -->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
@ -15,7 +16,7 @@
|
|||
</activity>
|
||||
<activity android:name=".Settings" android:label="@string/choose_contrast_value"></activity>
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="10"/>
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
|
||||
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true"></supports-screens>
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
|
||||
|
|
|
@ -10,5 +10,6 @@
|
|||
# Indicates whether an apk should be generated for each density.
|
||||
split.density=false
|
||||
# Project target.
|
||||
target=android-10
|
||||
target=android-15
|
||||
apk-configurations=
|
||||
android.library.reference.1=../../../soft/android-sdk-linux_x86/extras/android/support/v7/appcompat
|
||||
|
|
Loading…
Reference in a new issue