mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-05 17:15:05 -05:00
11 lines
299 B
XML
11 lines
299 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.handmark.pulltorefresh.library"
|
||
|
android:versionCode="1420"
|
||
|
android:versionName="1.4.2" >
|
||
|
|
||
|
<uses-sdk android:minSdkVersion="4" />
|
||
|
|
||
|
<application />
|
||
|
|
||
|
</manifest>
|