diff --git a/README.md b/README.md index 61345cf..756a324 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,10 @@ repository, make your changes, squash your commits, and submit a pull request :) ## Libraries -- AndDown -- Butterknife -- Dagger 2 -- RxAndroid -- RxJava +- [AndDown](https://github.com/commonsguy/cwac-anddown) +- [Butterknife](https://github.com/JakeWharton/butterknife) +- [Dagger 2](https://github.com/google/dagger) +- [Hoedown](https://github.com/hoedown/hoedown) +- [Retrolambda](https://github.com/evant/gradle-retrolambda) +- [RxAndroid](https://github.com/ReactiveX/RxAndroid) +- [RxJava](https://github.com/ReactiveX/RxJava) diff --git a/app/src/main/assets/Libraries.md b/app/src/main/assets/Libraries.md index 02adc53..4b2332a 100644 --- a/app/src/main/assets/Libraries.md +++ b/app/src/main/assets/Libraries.md @@ -272,6 +272,24 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +## Retrolambda + +[https://github.com/evant/gradle-retrolambda](https://github.com/evant/gradle-retrolambda) + +Copyright 2013 Evan Tatarka + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + ## RxAndroid [https://github.com/ReactiveX/RxAndroid](https://github.com/ReactiveX/RxAndroid)