Fix MangaBaka User-Agent using raw StringResource (#3578)

* Fix MangaBaka User-Agent using raw StringResource

Using the hardcoded app name for the time being until a better
solution can be found.

* Changelog
This commit is contained in:
MajorTanya
2026-07-12 02:46:10 +02:00
committed by GitHub
parent b9ac9a0422
commit 526d79a975
2 changed files with 2 additions and 1 deletions
@@ -52,7 +52,7 @@ class MangaBakaApi(
.header(
"User-Agent",
buildString {
append("${MR.strings.app_name}/v${BuildConfig.VERSION_NAME} ")
append("Mihon/v${BuildConfig.VERSION_NAME} ")
append("(${BuildConfig.APPLICATION_ID} ${BuildConfig.COMMIT_SHA}) ")
append("(Android) (https://github.com/mihonapp/mihon)")
},