Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ private Map<String, Object> getProperties() {
constants.put("shortPackageName", shortPackageName);
constants.put("applicationName", applicationName);
constants.put("applicationVersion", applicationVersion);
// Legacy: Older versions of this plugin only exported applicationBuildNumber
constants.put("applicationBuildNumber", buildNumber);
// Set buildNumber to match iOS
constants.put("buildNumber", buildNumber);
constants.put("packageUserAgent", packageUserAgent);
constants.put("userAgent", userAgent);
constants.put("webViewUserAgent", getWebViewUserAgent());
Expand Down