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 <[email protected]> Authored: Mon Jun 11 23:59:34 2018 +0530 Committer: Sagar <[email protected]> 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'
