Skip to content

Commit

Permalink
Credits: Add new contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Apr 6, 2024
1 parent 10035c1 commit a6115c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private InfoAdapter initContributorsList() {
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));
contributors_list.add(new InfoModel(requireContext(), "ꃅꈤꀸꋪꀘ", Iconify.getAppContextLocale().getResources().getString(R.string.info_contributor_desc), "https://t.me/therealhndrk", R.drawable.ic_user));

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

0 comments on commit a6115c5

Please sign in to comment.