From 103fb948c18eaf467bee58272827c21aae9a7791 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 12 Sep 2012 10:56:17 -0400 Subject: [PATCH] add a missing project needed to build with pull to refresh --- project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/project.properties b/project.properties index 486e7deb2..714096f6b 100644 --- a/project.properties +++ b/project.properties @@ -14,3 +14,4 @@ java.encoding=utf8 target=android-15 extensible.libs.classpath=compile-only-libs android.library.reference.1=plugins/ActionBarSherlock/library +android.library.reference.2=plugins/Android-PullToRefresh/library