From 3ada12d9fdc362ee5eb272d7c8b2fe0e1fe6f828 Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Sat, 30 Jul 2016 22:14:54 -0400 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e24208 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Dagger 2 examples + +This repository contains all the code samples for the series of blog +posts *[A Friendly Introduction to Dagger 2][1]* published by me on +Medium. To compile and run each example, just navigate to the corresponding folder +and run `./gradlew build run`. + +[1]: https://medium.com/@isoron/a-friendly-introduction-to-dagger-2-part-1-dbdf2f3fb17b#.q0ggdnni2