specify minSdkVersion and targetSdkVersion
This commit is contained in:
parent
d3e5c773fc
commit
569ff8ac00
@ -4,6 +4,9 @@
|
||||
package="com.homelinux.holtrop.opengltest"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<uses-sdk
|
||||
android:minSdkVersion="9"
|
||||
android:targetSdkVersion="15" />
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher">
|
||||
|
Loading…
x
Reference in New Issue
Block a user