3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-02 23:22:51 +08:00
cordova-android/spec/fixtures/org.test.plugins.dummyplugin/plugin-lib2/AndroidManifest.xml

6 lines
196 B
XML

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