mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
8 lines
304 B
XML
8 lines
304 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mobeta.android.dslv"
|
|
android:versionCode="4"
|
|
android:versionName="0.6.1">
|
|
<uses-sdk android:targetSdkVersion="7"
|
|
android:minSdkVersion="5" />
|
|
</manifest>
|