summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-31 13:42:19 +0300
committerAndrew Dolgov <[email protected]>2014-10-31 13:42:19 +0300
commit8a15540c6134adf6fa6f0244f432adbf9abc1acf (patch)
tree21d47aaadbd694a9917135229188fd929f502689 /org.fox.ttrss/build.gradle
parent3e078aa1d79ca47ac84146a47dc8aa376764656a (diff)
fix assorted crap reported by code analysis
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rw-r--r--org.fox.ttrss/build.gradle3
1 files changed, 1 insertions, 2 deletions
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'
}