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/06/11 18:29:40 UTC

incubator-taverna-mobile git commit: fix typo.

Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master 6d9962b94 -> 2e18498bb


fix typo.


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

Branch: refs/heads/master
Commit: 2e18498bb709ac74ea7f6ba635d786670e7e62f9
Parents: 6d9962b
Author: Sagar <ku...@gmail.com>
Authored: Mon Jun 11 23:59:34 2018 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Mon Jun 11 23:59:34 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/2e18498b/app/build.gradle
----------------------------------------------------------------------
diff --git a/app/build.gradle b/app/build.gradle
index a4b5a1a..ea848af 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@ dependencies {
     annotationProcessor "com.jakewharton:butterknife-compiler:$rootProject.butterKnifeVersion"
 
     implementation "io.reactivex.rxjava2:rxjava:$rootProject.rxJava2Version"
-    implementation "io.reactivex.rxjava2:rxandroid:$rootProject.rxJava2Version."
+    implementation "io.reactivex.rxjava2:rxandroid:$rootProject.rxJava2Version"
 
     implementation("org.simpleframework:simple-xml:2.7.+") {
         exclude module: 'stax'