Skip to content

Commit

Permalink
Credits: Update contributors list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Apr 5, 2024
1 parent 7b18c37 commit 91b8ca7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ private InfoAdapter initContributorsList() {
contributors_list.add(new InfoModel(requireContext(), "KaeruShi", Iconify.getAppContextLocale().getResources().getString(R.string.info_contributor_desc), "https://github.com/KaeruShi", R.drawable.ic_user));
contributors_list.add(new InfoModel(requireContext(), "Displax", Iconify.getAppContextLocale().getResources().getString(R.string.info_contributor_desc), "https://github.com/Displax", R.drawable.ic_user));
contributors_list.add(new InfoModel(requireContext(), "DHD2280", Iconify.getAppContextLocale().getResources().getString(R.string.info_contributor_desc), "https://github.com/DHD2280", R.drawable.ic_user));
contributors_list.add(new InfoModel(requireContext(), "armv7a", Iconify.getAppContextLocale().getResources().getString(R.string.info_contributor_desc), "https://github.com/armv7a", R.drawable.ic_user));
contributors_list.add(new InfoModel(requireContext(), "Jvr", Iconify.getAppContextLocale().getResources().getString(R.string.info_contributor_desc), "https://github.com/Jvr2022", R.drawable.ic_user));

return new InfoAdapter(requireContext(), contributors_list);
}
Expand Down

0 comments on commit 91b8ca7

Please sign in to comment.