add stetho library
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/49d15441 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/49d15441 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/49d15441 Branch: refs/heads/master Commit: 49d1544129b918957bd2c97357bed326851cfd00 Parents: bd59537 Author: Sagar <[email protected]> Authored: Sun Jul 3 13:40:41 2016 +0530 Committer: Sagar <[email protected]> Committed: Sun Jul 3 13:40:41 2016 +0530 ---------------------------------------------------------------------- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/49d15441/app/build.gradle ---------------------------------------------------------------------- diff --git a/app/build.gradle b/app/build.gradle index 645e757..ccdadf9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,4 +69,7 @@ dependencies { apt "com.github.Raizlabs.DBFlow:dbflow-processor:3.0.1" compile "com.github.Raizlabs.DBFlow:dbflow-core:3.0.1" compile "com.github.Raizlabs.DBFlow:dbflow:3.0.1" + + compile 'com.facebook.stetho:stetho:1.3.1' + compile 'com.facebook.stetho:stetho-okhttp3:1.3.1' }
