add DBflow 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/eb2e43a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/eb2e43a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/eb2e43a9 Branch: refs/heads/master Commit: eb2e43a999912c148a651585ce6d0e21409e80c2 Parents: fa136ed Author: Sagar <[email protected]> Authored: Sat Jul 2 18:39:38 2016 +0530 Committer: Sagar <[email protected]> Committed: Sat Jul 2 18:39:38 2016 +0530 ---------------------------------------------------------------------- app/build.gradle | 5 +++++ build.gradle | 1 + 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/eb2e43a9/app/build.gradle ---------------------------------------------------------------------- diff --git a/app/build.gradle b/app/build.gradle index 80f7117..645e757 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,4 +64,9 @@ dependencies { compile 'com.github.bumptech.glide:glide:3.6.0' compile 'com.caverock:androidsvg:1.2.1' + + + 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" } http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/eb2e43a9/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 36d6192..6f3f3db 100644 --- a/build.gradle +++ b/build.gradle @@ -17,5 +17,6 @@ buildscript { allprojects { repositories { jcenter() + maven { url "https://www.jitpack.io" } } }
