You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by ia...@apache.org on 2016/10/03 14:49:19 UTC

[09/50] [abbrv] incubator-taverna-mobile git commit: add gson and retrofit json converter library

add gson and retrofit json converter library


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/ee9448cd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/ee9448cd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/ee9448cd

Branch: refs/heads/master
Commit: ee9448cd2a7487262efa5b5525aa7fddcfc1471e
Parents: c70f85d
Author: Sagar <ku...@gmail.com>
Authored: Sat Sep 24 11:20:01 2016 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Sat Sep 24 11:20:01 2016 +0530

----------------------------------------------------------------------
 app/build.gradle | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/ee9448cd/app/build.gradle
----------------------------------------------------------------------
diff --git a/app/build.gradle b/app/build.gradle
index 563fce6..f75ca9c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,4 +76,7 @@ dependencies {
 
     compile 'com.github.chrisbanes:PhotoView:1.2.6'
     compile 'com.android.support:multidex:1.0.0'
+    compile 'com.google.code.gson:gson:2.7'
+    compile 'com.squareup.retrofit2:converter-gson:2.0.2'
+
 }