mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +00:00
This commit is contained in:
parent
0560f082cc
commit
50429a0926
@ -75,6 +75,12 @@ public class AboutFragment extends BasePreferencesFragment {
|
|||||||
"Copyright (C) 2014 Austin Andrews & Google LLC. Apache 2.0.",
|
"Copyright (C) 2014 Austin Andrews & Google LLC. Apache 2.0.",
|
||||||
"https://materialdesignicons.com"
|
"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(
|
thirdPartyCategory.addPreference(get3ptPreference(
|
||||||
context,
|
context,
|
||||||
"Retrofit",
|
"Retrofit",
|
||||||
|
Loading…
Reference in New Issue
Block a user