File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ The application
51
51
* [ Apache Version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0.html )
52
52
53
53
54
- Copyright 2012 Donn Felker
54
+ Copyright 2013 Donn Felker
55
55
56
56
57
- Copyright 2012 GitHub Inc.
57
+ Copyright 2013 GitHub Inc.
58
58
59
59
Licensed under the Apache License, Version 2.0 (the "License");
60
60
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:
107
107
for swiping between fragments and
108
108
[ NineOldAndroids] ( https://github.com/JakeWharton/NineOldAndroids ) for
109
109
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
111
113
* [ Robotium] ( http://code.google.com/p/robotium/ )
112
114
for driving our app during integration tests.
113
115
* [ android-maven-plugin] ( https://github.com/jayway/maven-android-plugin )
You can’t perform that action at this time.
0 commit comments