mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 00:15:12 -05:00
Fixed Android Lint warning in AndroidManifest.xml.
If targetSdkVersion not set it becomes same as minSdkVersion and causes warning.
This commit is contained in:
parent
52ec8b0045
commit
ace9a18a3d
|
|
@ -31,7 +31,7 @@
|
|||
</application>
|
||||
|
||||
<!-- Android 2.3.3 -->
|
||||
<uses-sdk android:minSdkVersion="10" />
|
||||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="10" />
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user