From 8a15540c6134adf6fa6f0244f432adbf9abc1acf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Oct 2014 13:42:19 +0300 Subject: fix assorted crap reported by code analysis --- org.fox.ttrss/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'org.fox.ttrss/build.gradle') diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 27ccfee2..f2952775 100644 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -27,11 +27,10 @@ dependencies { compile files('libs/dashclock-api-r1.1.jar') compile files('libs/jsoup-1.6.1.jar') compile files('libs/universal-image-loader-1.9.3.jar') - /* compile 'com.jeremyfeinstein.slidingmenu:library:1.3@aar' */ compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' compile 'com.viewpagerindicator:library:2.4.1' compile 'com.android.support:cardview-v7:21.0.0' compile 'com.android.support:support-v4:21.0.0' - compile 'com.google.code.gson:gson:1.7.1' + compile 'com.google.code.gson:gson:2.2.4' compile 'com.android.support:appcompat-v7:21.0.0' } -- cgit v1.2.3