diff --git a/WordPressUtils/build.gradle b/WordPressUtils/build.gradle index a61520a4bfd8..77e032021b5a 100644 --- a/WordPressUtils/build.gradle +++ b/WordPressUtils/build.gradle @@ -20,7 +20,7 @@ dependencies { exclude group: 'commons-logging' } compile 'com.mcxiaoke.volley:library:1.0.18' - compile 'com.android.support:support-v13:23.2.1' + compile 'com.android.support:support-v13:23.3.0' } android {