You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by sa...@apache.org on 2018/08/12 15:45:55 UTC

incubator-taverna-mobile git commit: fix dependency issue

Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master cb497ab43 -> 6b17c7c06


fix dependency issue


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

Branch: refs/heads/master
Commit: 6b17c7c06f2e43465a59d85ea475e16719da26a4
Parents: cb497ab
Author: Sagar <ku...@gmail.com>
Authored: Sun Aug 12 21:15:57 2018 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Sun Aug 12 21:15:57 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/6b17c7c0/app/build.gradle
----------------------------------------------------------------------
diff --git a/app/build.gradle b/app/build.gradle
index f64f473..3942a1c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -92,7 +92,7 @@ dependencies {
     implementation "io.reactivex.rxjava2:rxjava:$rootProject.rxJava2Version"
     implementation "io.reactivex.rxjava2:rxandroid:$rootProject.rxJava2Version"
 
-    implementation("org.simpleframework:simple-xml:2.7.+") {
+    implementation("org.simpleframework:simple-xml:2.7.1") {
         exclude module: 'stax'
         exclude module: 'stax-api'
         exclude module: 'xpp3'