Added Retrolambda to acknowledgements and included links to libraries in Readme
This commit is contained in:
parent
6981f8458d
commit
6a3179436e
2 changed files with 25 additions and 5 deletions
12
README.md
12
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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue