diff options
-rw-r--r-- | OpenPGP-Keychain/src/main/res/raw/help_about.html | 2 | ||||
-rw-r--r-- | README.md | 8 |
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> @@ -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 |