Skip to content

Commit 1229d01

Browse files
committed
Updating readme
1 parent 1c6c032 commit 1229d01

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ The application
5151
* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
5252

5353

54-
Copyright 2012 Donn Felker
54+
Copyright 2013 Donn Felker
5555

5656

57-
Copyright 2012 GitHub Inc.
57+
Copyright 2013 GitHub Inc.
5858

5959
Licensed under the Apache License, Version 2.0 (the "License");
6060
you may not use this file except in compliance with the License.
@@ -107,7 +107,9 @@ and uses many great open-source libraries from the Android dev community:
107107
for swiping between fragments and
108108
[NineOldAndroids](https://github.com/JakeWharton/NineOldAndroids) for
109109
view animations - all from [Jake Wharton](http://jakewharton.com/).
110-
* [RoboGuice](http://code.google.com/p/roboguice/) for dependency-injection.
110+
* [Dagger](https://github.com/square/dagger) for dependency-injection.
111+
* [ButterKnife](https://github.com/JakeWharton/butterknife) for view injection
112+
* [Otto](https://github.com/square/otto) as the event bus
111113
* [Robotium](http://code.google.com/p/robotium/)
112114
for driving our app during integration tests.
113115
* [android-maven-plugin](https://github.com/jayway/maven-android-plugin)

0 commit comments

Comments
 (0)