Skip to content

Commit 90a83ac

Browse files
authored
fix: app version fix instead of os version (#33)
1 parent addc675 commit 90a83ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mParticleCore.brs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ function mParticleStart(options as object, messagePort as object)
10071007
end if
10081008
m.collectedApplicationInfo = {
10091009
an: appInfo.GetTitle(),
1010-
av: osVersion["major"] + "." + osVersion["minor"],
1010+
av: appInfo.getVersion(),
10111011
apn: appInfo.GetID(),
10121012
abn: appInfo.GetValue("build_version"),
10131013
env: env

0 commit comments

Comments
 (0)