From 5aaf24fcc4fa24451ae2bbb60c595b10d34831b0 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 22 Sep 2016 11:45:47 -0400 Subject: [PATCH] remove android supportv4 and update to devsmart-android 0.1.6 --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9f9f2f6..d71e75f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,7 @@ apply plugin: 'com.android.library' apply plugin: 'eclipse' dependencies { - compile 'com.android.support:support-v4:20.0.0' - compile 'com.dev-smart:devsmart-android:0.1.5' + compile 'com.dev-smart:devsmart-android:0.1.6' compile project(':AndroidCommon') }