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') }