Skip to content

Commit 9ee7967

Browse files
committed
fix: requirement for runtime version supporting sockets LS
1 parent 72d88f9 commit 9ee7967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/android-livesync-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PlatformLiveSyncServiceBase } from "./platform-livesync-service-base";
44
import * as semver from "semver";
55

66
export class AndroidLiveSyncService extends PlatformLiveSyncServiceBase implements IPlatformLiveSyncService {
7-
private static MIN_SOCKETS_LIVESYNC_RUNTIME_VERSION = "4.2.0";
7+
private static MIN_SOCKETS_LIVESYNC_RUNTIME_VERSION = "4.2.0-2018-07-13-01";
88
constructor(protected $platformsData: IPlatformsData,
99
protected $projectFilesManager: IProjectFilesManager,
1010
private $injector: IInjector,

0 commit comments

Comments
 (0)