Skip to content

Commit

Permalink
Kennyhu/fence 1886 building bundle id package name restrictions for t…
Browse files Browse the repository at this point in the history
…orrid (#355)

* add app package into header

* change header field

* Bump to 3.13.1

---------

Co-authored-by: Liam Meier <liam.meier@radar.com>
  • Loading branch information
KennyHuRadar and lmeier authored Jun 12, 2024
1 parent 72b1bce commit 1a7cbdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: "org.jetbrains.dokka"
apply plugin: 'io.radar.mvnpublish'

ext {
radarVersion = '3.13.0'
radarVersion = '3.13.1'
}

String buildNumber = ".${System.currentTimeMillis()}"
Expand Down
3 changes: 2 additions & 1 deletion sdk/src/main/java/io/radar/sdk/RadarApiClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ internal class RadarApiClient(
"X-Radar-Device-Model" to RadarUtils.deviceModel,
"X-Radar-Device-OS" to RadarUtils.deviceOS,
"X-Radar-Device-Type" to RadarUtils.deviceType,
"X-Radar-SDK-Version" to RadarUtils.sdkVersion
"X-Radar-SDK-Version" to RadarUtils.sdkVersion,
"X-Radar-Mobile-Origin" to context.packageName
)
if (RadarSettings.isXPlatform(context)) {
headers["X-Radar-X-Platform-SDK-Type"] = RadarSettings.getXPlatformSDKType(context)
Expand Down

0 comments on commit 1a7cbdd

Please # to comment.