mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-30 17:02:19 +00:00
13 lines
378 B
XML
13 lines
378 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.turboviking.libnative"
|
|
android:versionCode="1"
|
|
android:versionName="1.0" >
|
|
|
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />
|
|
|
|
<application
|
|
android:icon="@drawable/ic_launcher" >
|
|
</application>
|
|
|
|
</manifest> |