Skip to content

Commit 1d73383

Browse files
authored
Update AboutActivity.kt
1 parent 5cd820a commit 1d73383

File tree

1 file changed

+2
-2
lines changed
  • app/src/main/java/com/mrboomdev/awery/ui/mobile/screens/settings

1 file changed

+2
-2
lines changed

app/src/main/java/com/mrboomdev/awery/ui/mobile/screens/settings/AboutActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ private val EXCLUDE_GITHUB_IDS = arrayOf(
7171

7272
private val LOCAL_DEVS = arrayOf(
7373
Contributor(
74-
"MrBoomDev", arrayOf("Main Developer"),
74+
"MrBoomDeveloper", arrayOf("Main Developer"),
7575
"https://github.com/MrBoomDeveloper",
7676
"https://cdn.discordapp.com/avatars/1034891767822176357/3420c6a4d16fe513a69c85d86cb206c2.png?size=4096"
7777
),
7878
Contributor(
79-
"itsmechinmoy", arrayOf("Contributor, Discord and Telegram Admin"),
79+
"Itsmechinmoy", arrayOf("Contributor, Discord and Telegram Admin"),
8080
"https://github.com/itsmechinmoy",
8181
"https://avatars.githubusercontent.com/u/167056923?v=4"
8282
),

0 commit comments

Comments
 (0)