thunderbird-android/plugins/Android-PullToRefresh/library/AndroidManifest.xml

11 lines
299 B
XML
Raw Normal View History

2012-11-24 22:14:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.handmark.pulltorefresh.library"
2013-01-03 13:40:52 +00:00
android:versionCode="2110"
android:versionName="2.1.1" >
2012-11-24 22:14:32 +00:00
<uses-sdk android:minSdkVersion="4" />
<application />
</manifest>