Skip to content

Commit 3e392c5

Browse files
chore: change registration name to unleash-android-sdk (#118)
1 parent 5013dc3 commit 3e392c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unleashandroidsdk/src/main/java/io/getunleash/android/UnleashConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ data class UnleashConfig(
4747
"User-Agent" to appName,
4848
"UNLEASH-INSTANCEID" to instanceId,
4949
"UNLEASH-CONNECTION-ID" to instanceId,
50-
"UNLEASH-SDK" to "unleash-client-android:" + BuildConfig.VERSION,
50+
"UNLEASH-SDK" to "unleash-android-sdk:" + BuildConfig.VERSION,
5151
))
5252
}
5353

0 commit comments

Comments
 (0)