1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00
FBReaderJ/third-party/android-filechooser/code/AndroidManifest.xml
2014-04-13 16:52:22 +01:00

18 lines
No EOL
458 B
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2012 Hai Bison
See the file LICENSE at the root directory of this project for copying
permission.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="group.pals.android.lib.ui.filechooser"
android:versionCode="44"
android:versionName="5.0" >
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="16" />
</manifest>