From 082c13fa729a617e52c7cbeaa8b2eeec72fce517 Mon Sep 17 00:00:00 2001 From: Maxime Biais Date: Tue, 26 Aug 2014 15:54:34 +0200 Subject: [PATCH] use the PTR library version 0.9.7 --- WordPressUtils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressUtils/build.gradle b/WordPressUtils/build.gradle index a56cc9caafea..c2f028a8a6d8 100644 --- a/WordPressUtils/build.gradle +++ b/WordPressUtils/build.gradle @@ -20,7 +20,7 @@ dependencies { compile 'commons-lang:commons-lang:2.6' compile 'com.mcxiaoke.volley:library:1.0.+' compile 'com.github.castorflex.smoothprogressbar:library:0.4.0' - compile 'org.wordpress:pulltorefresh-main:+@aar' // org.wordpress version includes some fixes + compile 'org.wordpress:pulltorefresh-main:0.9.7@aar' // org.wordpress version includes some fixes compile 'com.android.support:support-v13:19.0.+' }