From: Gustavo Martin Morcuende Date: Mon, 8 Dec 2014 23:36:51 +0000 (+0100) Subject: jackson-core: using gradle instead of local library X-Git-Tag: weatherinformation-1.0~8 X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=77c614a05f641044259af3333575bfe1d5f412bd;p=AndroidWeatherInformation jackson-core: using gradle instead of local library --- diff --git a/app/build.gradle b/app/build.gradle index 5277252..346633b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,6 +28,6 @@ android { dependencies { compile 'com.android.support:support-v4:+' compile 'com.google.android.gms:play-services:+' - compile files('libs/jackson-core-2.3.3.jar') + compile 'com.fasterxml.jackson.core:jackson-core:2.3.3' compile 'com.jakewharton.timber:timber:2.5.0' } diff --git a/app/libs/jackson-core-2.3.3.jar b/app/libs/jackson-core-2.3.3.jar deleted file mode 100644 index 8312650..0000000 Binary files a/app/libs/jackson-core-2.3.3.jar and /dev/null differ