From 8e436bd5e241450c74ce31f55159b1cc30c717d0 Mon Sep 17 00:00:00 2001 From: Will Kwon Date: Mon, 19 Sep 2016 11:23:11 -0700 Subject: [PATCH] Updating support library to 24.2.1 --- WordPressUtils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressUtils/build.gradle b/WordPressUtils/build.gradle index 20bea76f2581..96191a5d0a04 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:24.1.1' + compile 'com.android.support:support-v13:24.2.1' } android {