Skip to content

Commit

Permalink
Merge pull request #5 from reown-com/new_x-sdk-type
Browse files Browse the repository at this point in the history
New x-sdk-type
  • Loading branch information
jakubuid authored Sep 13, 2024
2 parents a6b9b50 + 2bf0f74 commit 029ac6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.reown.android.internal.common.wcKoinApp
internal fun ImageRequest.Builder.imageHeaders() = apply {
addHeader("x-project-id", wcKoinApp.koin.get<ProjectId>().value)
addHeader("x-sdk-version", BuildConfig.SDK_VERSION)
addHeader("x-sdk-type", "w3m")
addHeader("x-sdk-type", "appkit")
}

internal val grayColorFilter = ColorFilter.colorMatrix(ColorMatrix().apply { setToSaturation(0f) })

0 comments on commit 029ac6e

Please sign in to comment.