Commit 178c8565 authored by Mikhail Zarechenskiy's avatar Mikhail Zarechenskiy Committed by intellij-monorepo-bot
Browse files

Revert "Use device id for kotlin plugin downloads"

This reverts commit b05a757afbf14cbf01ced701b373e885589220c3. That commit requires adaptation on JetStat that is not ready yet. We'll apply the initial commit a bit later

GitOrigin-RevId: b43fa56409dbd2fb86ba1bcbdfe6e39a0c2f94fd
parent ebf1d0e2
Showing with 1 addition and 1 deletion
+1 -1
......@@ -188,7 +188,7 @@ class KotlinPluginUpdater : Disposable {
val buildNumber = ApplicationInfo.getInstance().apiVersion
val currentVersion = KotlinPluginUtil.getPluginVersion()
val os = URLEncoder.encode(SystemInfo.OS_NAME + " " + SystemInfo.OS_VERSION, CharsetToolkit.UTF8)
val uid = PluginDownloader.getMarketplaceDownloadsUUID()
val uid = PermanentInstallationID.get()
val pluginId = KotlinPluginUtil.KOTLIN_PLUGIN_ID.idString
val url =
"https://plugins.jetbrains.com/plugins/list?pluginId=$pluginId&build=$buildNumber&pluginVersion=$currentVersion&os=$os&uuid=$uid"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment