4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-18 09:57:03 +08:00

6 lines
196 B
XML
Raw Normal View History

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1" package="com.test.somelib">
<uses-sdk android:minSdkVersion="9"/>
<application/>
</manifest>