fixed repository

This commit is contained in:
Felitendo
2025-06-04 14:57:56 +02:00
parent c410026ad8
commit e17ca02b6b

View File

@@ -96,19 +96,17 @@ data class Repository(
"completely for free. Apps get updated every 3h",
enabled = true,
fingerprint = "5CBEF8C257808D20B65653CBC896F08F0A93F47659859FCD9A6B75FCADDA617D"
),
)
)
val newlyAdded: List<Repository> = listOf(
defaultRepository(
address = "https://fdroid.felo.gg/repo/",
name = "Felo Store",
description = "A List of Modded Android Apps" +
"with advanced features and or premium features unlocked" +
"completely for free. Apps get updated every 3h",
enabled = true,
fingerprint = "5CBEF8C257808D20B65653CBC896F08F0A93F47659859FCD9A6B75FCADDA617D"
),
address = "https://fdroid.ironfoxoss.org/fdroid/repo",
name = "IronFox",
description = "The official repository for IronFox:" +
" A privacy and security-oriented Firefox-based browser for Android.",
fingerprint = "C5E291B5A571F9C8CD9A9799C2C94E02EC9703948893F2CA756D67B94204F904"
)
)
}
}