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 2018/06/11 14:00:37 UTC

[3/3] incubator-taverna-mobile git commit: rxjava/android back in build file

rxjava/android back in build file


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

Branch: refs/heads/master
Commit: bed82dfff3c0104a33e624507c2dc2572a5a3184
Parents: 1febfcb
Author: Ian Dunlop <ia...@manchester.ac.uk>
Authored: Mon Jun 11 14:58:34 2018 +0100
Committer: Ian Dunlop <ia...@manchester.ac.uk>
Committed: Mon Jun 11 14:58:34 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/bed82dff/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 6318b19..fda6179 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,6 +40,8 @@ ext {
     buildToolsVersion = '27.0.3'
 
     // App dependencies
+    rxJavaVersion = '2.0.1'
+    rxAndroidVersion = '2.0.1'
     supportLibraryVersion = '27.0.2'
     raizLabsDBFlow = '3.1.1'
     retrofitVersionLatest = '2.3.0'