Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Point Dagger users at Dagger 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Sep 15, 2016
1 parent 2913739 commit a0f269a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Dagger
======
Dagger 1
========

A fast dependency injector for Android and Java.

For more information please see [the website][1].

Deprecated – Please upgrade to Dagger 2
---------------------------------------

Square's Dagger 1.x is deprecated in favor of [Google's Dagger 2](https://github.com/google/dagger).
Please see [the migration guide](http://google.github.io/dagger/dagger-1-migration.html) for help
with the upgrade.

Download
--------

Download Dagger 1
-----------------

You will need to include the `dagger-${dagger.version}.jar` in your
application's runtime. In order to activate code generation you will need to
Expand Down

0 comments on commit a0f269a

Please sign in to comment.