diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index 2732c800..b2615b99 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -68,7 +68,7 @@ dependencies { compile 'org.jsoup:jsoup:1.7.3' compile 'com.j256.ormlite:ormlite-core:4.48' compile 'com.j256.ormlite:ormlite-android:4.48' + compile 'com.android.support:support-v13:18.0.+' - compile files('libs/android-support-v13.jar') compile files('libs/httpclientandroidlib-1.1.2.jar') } diff --git a/Clover/app/libs/android-support-v13.jar b/Clover/app/libs/android-support-v13.jar deleted file mode 100644 index 2e31e596..00000000 Binary files a/Clover/app/libs/android-support-v13.jar and /dev/null differ