Skip to content

Commit

Permalink
added more 3rd party library descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanaev committed Jul 20, 2016
1 parent 2c327ed commit 45a7213
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion app/src/main/java/com/nkanaev/comics/fragment/AboutFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,21 @@ private class LibraryDescription {
"Unrar License",
"Edmund Wagner",
"https://github.com/edmund-wagner/junrar"
)
),
new LibraryDescription(
"Apache Commons Compress",
"Defines an API for working with tar, zip and bzip2 files",
"Apache Version 2.0",
"Apache Software Foundation",
"https://commons.apache.org/proper/commons-compress/"
),
new LibraryDescription(
"XZ Utils",
"XZ Utils is free general-purpose data compression software with a high compression ratio",
"Public Domain",
"Tukaani Developers",
"http://tukaani.org/xz/java.html"
),
};

@Override
Expand Down

0 comments on commit 45a7213

Please sign in to comment.