From f4295f966ededf5fa033939f6d9914e45e47d726 Mon Sep 17 00:00:00 2001 From: fattire Date: Fri, 16 Oct 2015 01:59:11 -0700 Subject: [PATCH] Update support library 23.01->23.1.0 --- cSploit/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cSploit/build.gradle b/cSploit/build.gradle index 8b0988cc42..1181c22f61 100644 --- a/cSploit/build.gradle +++ b/cSploit/build.gradle @@ -21,10 +21,10 @@ allprojects { apply plugin: 'com.android.application' dependencies { - compile 'com.android.support:support-v4:23.0.1' - compile 'com.android.support:appcompat-v7:23.0.1' - compile 'com.android.support:design:23.0.1' - compile 'com.android.support:preference-v7:23.0.1' + compile 'com.android.support:support-v4:23.1.0' + compile 'com.android.support:appcompat-v7:23.1.0' + compile 'com.android.support:design:23.1.0' + compile 'com.android.support:preference-v7:23.1.0' compile 'org.apache.commons:commons-compress:1.10' compile 'commons-net:commons-net:3.3' compile 'com.github.zafarkhaja:java-semver:0.9.0'