mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 04:49:33 +02:00
[skip ci] Fix superfluous string concat (#2339)
This commit is contained in:
@@ -3,7 +3,7 @@ package tachiyomi.core.common
|
||||
object Constants {
|
||||
const val URL_HELP = "https://mihon.app/docs/guides/troubleshooting/"
|
||||
const val URL_HELP_UPCOMING = "https://mihon.app/docs/faq/updates/upcoming"
|
||||
const val URL_DONATE = "https://opencollective.com/mi" + "hon/contribute"
|
||||
const val URL_DONATE = "https://opencollective.com/mihon/contribute"
|
||||
|
||||
const val MANGA_EXTRA = "manga"
|
||||
|
||||
|
Reference in New Issue
Block a user