mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
[Android] Fixed <uses-sdk> appears after <application> tag warning
This commit is contained in:
parent
06b73f36bd
commit
9e3b466ee0
@ -4,9 +4,12 @@
|
||||
package="com.example.sfml"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
|
||||
<uses-feature android:glEsVersion="0x00010001" />
|
||||
|
||||
|
||||
<uses-feature android:glEsVersion="0x00010001" />
|
||||
|
||||
<uses-sdk android:minSdkVersion="9"
|
||||
android:targetSdkVersion="19" />
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:icon="@drawable/sfml_logo"
|
||||
android:hasCode="false"
|
||||
@ -26,7 +29,4 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="9"
|
||||
android:targetSdkVersion="19" />
|
||||
</manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user