Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsemancik committed Jun 10, 2024
1 parent d091b89 commit 877d174
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package app.futured.kmptemplate.network.rest.plugin

import app.futured.kmptemplate.network.rest.BuildKonfig
import app.futured.kmptemplate.network.rest.FlavorConstants
import app.futured.kmptemplate.platform.binding.Platform
import io.ktor.client.HttpClientConfig
import io.ktor.client.plugins.UserAgent
Expand All @@ -13,7 +13,7 @@ internal class UserAgentPlugin(platform: Platform) : HttpClientPlugin {
listOf(
"$appName/$appVersionName",
"($applicationId; build:$appBuildNumber; $osNameWithVersion; Model:$deviceModel)",
"ktor-client/${BuildKonfig.ktorUserAgentVersion}",
"ktor-client/${FlavorConstants.ktorUserAgentVersion}",
)
}.joinToString(separator = " ")

Expand Down

0 comments on commit 877d174

Please sign in to comment.