diff --git a/WordPressUtils/build.gradle b/WordPressUtils/build.gradle index c2f028a8a6d8..afc04f99395b 100644 --- a/WordPressUtils/build.gradle +++ b/WordPressUtils/build.gradle @@ -21,7 +21,7 @@ dependencies { compile 'com.mcxiaoke.volley:library:1.0.+' compile 'com.github.castorflex.smoothprogressbar:library:0.4.0' compile 'org.wordpress:pulltorefresh-main:0.9.7@aar' // org.wordpress version includes some fixes - compile 'com.android.support:support-v13:19.0.+' + compile 'com.android.support:support-v13:19.1.0' } android {