This commit is contained in:
Austin Huang 2021-04-03 22:16:50 -04:00
parent 0560f082cc
commit 50429a0926
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,12 @@ public class AboutFragment extends BasePreferencesFragment {
"Copyright (C) 2014 Austin Andrews & Google LLC. Apache 2.0.",
"https://materialdesignicons.com"
));
thirdPartyCategory.addPreference(get3ptPreference(
context,
"Process Phoenix",
"Copyright (C) 2015 Jake Wharton. Apache 2.0.",
"https://github.com/JakeWharton/ProcessPhoenix"
));
thirdPartyCategory.addPreference(get3ptPreference(
context,
"Retrofit",