add simple xml in gradle
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/5a4ed146 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/5a4ed146 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/5a4ed146 Branch: refs/heads/master Commit: 5a4ed1462b1e594a0566447ee4049c372c719883 Parents: cec1bc7 Author: Sagar <[email protected]> Authored: Fri May 6 16:47:55 2016 +0530 Committer: Sagar <[email protected]> Committed: Fri May 6 16:47:55 2016 +0530 ---------------------------------------------------------------------- app/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/5a4ed146/app/build.gradle ---------------------------------------------------------------------- diff --git a/app/build.gradle b/app/build.gradle index 92ea4ad..110480a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,4 +53,9 @@ dependencies { // explicitly depend on RxJava's latest version for bug fixes and new features. compile 'io.reactivex:rxjava:1.1.4' + compile('org.simpleframework:simple-xml:2.7.+'){ + exclude module: 'stax' + exclude module: 'stax-api' + exclude module: 'xpp3' + } }
