Skip to content

Commit ddf09ed

Browse files
remove hardcoded Id
1 parent 14acde2 commit ddf09ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mparticle/kits/RoktKit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class RoktKit : KitIntegration(), CommerceListener, IdentityListener, RoktListen
5454
val mparticleVersion = BuildConfig.VERSION_NAME
5555

5656
Rokt.init(
57-
roktTagId = "2754655826098840951",
57+
roktTagId = roktTagId,
5858
appVersion = info.versionName,
5959
application = application,
6060
fontPostScriptNames = emptySet(),

0 commit comments

Comments
 (0)