update to level 19
This commit is contained in:
parent
e3f8cdded1
commit
d2b7d390db
3 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
</activity>
|
||||
<activity android:name=".Settings" android:label="@string/choose_contrast_value"></activity>
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15"/>
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
|
||||
<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>
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
APP_ABI := armeabi x86 mips
|
||||
APP_ABI := armeabi x86 mips
|
||||
APP_CFLAGS += -Wno-error=format-security
|
||||
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
# Indicates whether an apk should be generated for each density.
|
||||
split.density=false
|
||||
# Project target.
|
||||
target=android-15
|
||||
target=android-19
|
||||
apk-configurations=
|
||||
|
|
Loading…
Reference in a new issue