diff --git a/.gitignore b/.gitignore
index 6a1f35482..c1fc70834 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,10 +8,6 @@ gen
.settings
#IntelliJ IDEA
-.idea
-*.iml
-*.ipr
-*.iws
out
#Maven
@@ -20,9 +16,9 @@ release.properties
pom.xml.*
#Ant
-build.xml
+#build.xml
local.properties
-proguard.cfg
+#proguard.cfg
#OSX
.DS_Store
diff --git a/library/Android-PullToRefresh.iml b/library/Android-PullToRefresh.iml
new file mode 100644
index 000000000..75ee4ac60
--- /dev/null
+++ b/library/Android-PullToRefresh.iml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build.xml b/library/build.xml
new file mode 100644
index 000000000..2f6f323a2
--- /dev/null
+++ b/library/build.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/proguard-project.txt b/library/proguard-project.txt
new file mode 100644
index 000000000..f2fe1559a
--- /dev/null
+++ b/library/proguard-project.txt
@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
diff --git a/library/project.properties b/library/project.properties
index acfc74eb1..e61077f79 100644
--- a/library/project.properties
+++ b/library/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-16
+target=android-17
android.library=true