Skip to content

Commit

Permalink
Merge pull request #4135 from kiwix/remove_butterknife_from_readme_file
Browse files Browse the repository at this point in the history
Removed the `ButterKnife` from the README file as we are not using this library in our project anymore.
  • Loading branch information
kelson42 authored Dec 11, 2024
2 parents 9fc6e66 + bfd9e57 commit 5990291
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ are interested in our custom apps, they have their own repo
- [Retrofit](https://square.github.io/retrofit/) - Retrofit turns your REST API into a Java
interface
- [OkHttp](https://github.com/square/okhttp) - An HTTP+SPDY client for Android and Java applications
- [Butterknife](https://jakewharton.github.io/butterknife/) - View "injection" library for Android
- [Mockito](https://github.com/mockito/mockito) - Most popular Mocking framework for unit tests
written in Java
- [RxJava](https://github.com/ReactiveX/RxJava) - Reactive Extensions for the JVM – a library for
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/assets/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ <h3>Apache</h3>
</pre>

<ul>
<li>
<b>Butter Knife</b>
<br/>
Copyright 2013 Jake Wharton
</li>
<li>
<b>Dagger 2</b>
<br/>
Expand Down
5 changes: 0 additions & 5 deletions custom/src/main/assets/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ <h3>Apache</h3>
</pre>

<ul>
<li>
<b>Butter Knife</b>
<br/>
Copyright 2013 Jake Wharton
</li>
<li>
<b>Dagger 2</b>
<br/>
Expand Down

0 comments on commit 5990291

Please sign in to comment.