diff --git a/app/build.gradle b/app/build.gradle
index 4b37271..34df173 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,6 +76,7 @@ dependencyVerification {
'com.google.zxing:core:f00b32f7a1b0edc914a8f74301e8dc34f189afc4698e9c8cc54e5d46772734a5',
'com.google.zxing:android-integration:89e56aadf1164bd71e57949163c53abf90af368b51669c0d4a47a163335f95c4',
'com.androidplot:androidplot-core:777b54dd98b8dedc5f3fcc95018eece1188f6c692dcbd5b7744af175e15d70bd',
+ 'com.pnikosis:materialish-progress:301efbc93b5c10b1798911fc610bbeb0f07c80582c299476ed7cd36e5eb23947'
]
}
diff --git a/app/src/main/res/raw/help_about_libraries.html b/app/src/main/res/raw/help_about_libraries.html
index d590cbc..cd156fc 100644
--- a/app/src/main/res/raw/help_about_libraries.html
+++ b/app/src/main/res/raw/help_about_libraries.html
@@ -11,6 +11,7 @@
HtmlTextView (Apache License v2)
I2P Client Library (Apache License v2)
JavaMail for Android (GPLv2)
+Material-ish Progress (Apache License v2)
SpongyCastle (MIT X11 License)
TokenAutoComplete (Apache License v2)
ViewPagerIndicator (Apache License v2)
diff --git a/license.txt b/license.txt
index 4e09f6c..1179467 100644
--- a/license.txt
+++ b/license.txt
@@ -4,11 +4,8 @@ LICENSES
This software is licensed under the GPL version 3 (see licenses/GPLv3.txt).
Several libraries and classes are licensed under the Apache License, Version
-2.0 (see licenses/LICENSE-Apache2.0.txt):
-- ActionBar-PullToRefresh
- (https://github.com/chrisbanes/ActionBar-PullToRefresh)
-- ViewPagerIndicator (http://viewpagerindicator.com/)
-- MultiSelectionUtil (from Google Android Samples)
+2.0 (see licenses/LICENSE-Apache2.0.txt). The full list of libraries in use
+can be found in app/src/main/res/raw/help_about_libraries.html
I2P-Bote is licensed under the GPL version 3. See its repository for details
about its license and those of the libraries it uses.