diff --git a/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java b/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java index 645c8ad00..ed1943423 100644 --- a/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java +++ b/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java @@ -1273,14 +1273,21 @@ public class Accounts extends K9ListActivity implements OnItemClickListener { } private static String[][] USED_LIBRARIES = new String[][] { - new String[] {"jutf7", "http://jutf7.sourceforge.net/"}, - new String[] {"JZlib", "http://www.jcraft.com/jzlib/"}, - new String[] {"Commons IO", "http://commons.apache.org/io/"}, - new String[] {"Mime4j", "http://james.apache.org/mime4j/"}, - new String[] {"ckChangeLog", "https://github.com/cketti/ckChangeLog"}, - new String[] {"HoloColorPicker", "https://github.com/LarsWerkman/HoloColorPicker"}, - new String[] {"Glide", "https://github.com/bumptech/glide"}, - new String[] {"TokenAutoComplete", "https://github.com/splitwise/TokenAutoComplete/"}, + new String[] {"Android Support Library", "https://developer.android.com/topic/libraries/support-library/index.html"}, + new String[] {"ckChangeLog", "https://github.com/cketti/ckChangeLog"}, + new String[] {"Commons IO", "http://commons.apache.org/io/"}, + new String[] {"Glide", "https://github.com/bumptech/glide"}, + new String[] {"HoloColorPicker", "https://github.com/LarsWerkman/HoloColorPicker"}, + new String[] {"jsoup", "https://jsoup.org/"}, + new String[] {"jutf7", "http://jutf7.sourceforge.net/"}, + new String[] {"JZlib", "http://www.jcraft.com/jzlib/"}, + new String[] {"Mime4j", "http://james.apache.org/mime4j/"}, + new String[] {"Moshi", "https://github.com/square/moshi"}, + new String[] {"Okio", "https://github.com/square/okio"}, + new String[] {"SafeContentResolver", "https://github.com/cketti/SafeContentResolver"}, + new String[] {"ShowcaseView", "https://github.com/amlcurran/ShowcaseView"}, + new String[] {"Timber", "https://github.com/JakeWharton/timber"}, + new String[] {"TokenAutoComplete", "https://github.com/splitwise/TokenAutoComplete/"}, }; private void onAbout() {