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 <[email protected]> Authored: Mon Jun 11 14:58:34 2018 +0100 Committer: Ian Dunlop <[email protected]> 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'
