From 282d7b83db0abf490003d6afb43dee19fc329058 Mon Sep 17 00:00:00 2001 From: Will Kwon Date: Thu, 7 Apr 2016 13:20:34 -0700 Subject: [PATCH] Updating support library to 23.3.0 --- WordPressUtils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {