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:
@@ -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)")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user