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:25 UTC

[15/50] [abbrv] incubator-taverna-mobile git commit: add stepview library

add stepview 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/2e4c7bb0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/2e4c7bb0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/2e4c7bb0

Branch: refs/heads/master
Commit: 2e4c7bb03a8bd449fd1b31562fa9aa8a32988fa3
Parents: 81b1a7a
Author: Sagar <ku...@gmail.com>
Authored: Sun Sep 25 18:30:39 2016 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Sun Sep 25 18:30:39 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/2e4c7bb0/app/build.gradle
----------------------------------------------------------------------
diff --git a/app/build.gradle b/app/build.gradle
index f75ca9c..2282111 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -79,4 +79,6 @@ dependencies {
     compile 'com.google.code.gson:gson:2.7'
     compile 'com.squareup.retrofit2:converter-gson:2.0.2'
 
+    compile 'com.anton46:stepsview:0.0.2'
+
 }