aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-02 16:48:46 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-02 16:48:46 +0100
commit91f083796c86fafd391f41aa39b8c745522aeb6d (patch)
tree96229cb788fc5fdac19e89afe965af2c8a711006
parent75faa60be162c95716e49fe1f4635bd04ab582b8 (diff)
downloadopen-keychain-91f083796c86fafd391f41aa39b8c745522aeb6d.tar.gz
open-keychain-91f083796c86fafd391f41aa39b8c745522aeb6d.tar.bz2
open-keychain-91f083796c86fafd391f41aa39b8c745522aeb6d.zip
Update libs in README
-rw-r--r--OpenPGP-Keychain/src/main/res/raw/help_about.html2
-rw-r--r--README.md8
2 files changed, 7 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/src/main/res/raw/help_about.html b/OpenPGP-Keychain/src/main/res/raw/help_about.html
index 17b88c460..85130965c 100644
--- a/OpenPGP-Keychain/src/main/res/raw/help_about.html
+++ b/OpenPGP-Keychain/src/main/res/raw/help_about.html
@@ -28,7 +28,7 @@ And don't add newlines before or after p tags because of transifex -->
<h2>Libraries</h2>
<ul>
<li><a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v4</a> (Apache License v2)</li>
-<li><a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 appcompat</a> (Apache License v2)</li>
+<li><a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 'appcompat'</a> (Apache License v2)</li>
<li><a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache License v2)</li>
<li><a href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a> (MIT License)</li>
<li><a href="http://code.google.com/p/zxing/">ZXing</a> (Apache License v2)</li>
diff --git a/README.md b/README.md
index 9a1e24091..7f63c93b8 100644
--- a/README.md
+++ b/README.md
@@ -234,8 +234,12 @@ Some parts (older parts and some libraries are Apache License v2, MIT X11 Licens
https://github.com/rtyley/spongycastle
MIT X11 License
-* ActionBarSherlock
- http://actionbarsherlock.com/
+* Android Support Library v4
+ http://developer.android.com/tools/support-library/index.html
+ Apache License v2
+
+* Android Support Library v7 'appcompat'
+ http://developer.android.com/tools/support-library/index.html
Apache License v2
* HtmlTextView