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.+' }