Repository: incubator-taverna-mobile Updated Branches: refs/heads/master 15a73efed -> 0618a4dd9
Add retrofit + rxandroid. 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/40766646 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/40766646 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/40766646 Branch: refs/heads/master Commit: 407666462656b81dc35e91fb1ab6037df0f45561 Parents: b0a3182 Author: Sagar <[email protected]> Authored: Thu May 5 17:49:41 2016 +0530 Committer: Sagar <[email protected]> Committed: Thu May 5 17:49:41 2016 +0530 ---------------------------------------------------------------------- app/build.gradle | 6 ++++++ build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/40766646/app/build.gradle ---------------------------------------------------------------------- diff --git a/app/build.gradle b/app/build.gradle index 5a98e8f..7d04cba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,4 +34,10 @@ dependencies { compile 'com.android.support:support-v4:23.3.0' compile files('libs/dropbox-android-sdk-1.6.3.jar') compile 'com.android.support:design:23.3.0' + + compile 'com.squareup.retrofit2:retrofit:2.0.2' + compile 'io.reactivex:rxandroid:1.2.0' +// Because RxAndroid releases are few and far between, it is recommended you also +// explicitly depend on RxJava's latest version for bug fixes and new features. + compile 'io.reactivex:rxjava:1.1.4' } http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/40766646/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 4883d6b..f6e9073 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0-beta3' + classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files
