We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d88f9 commit 9ee7967Copy full SHA for 9ee7967
lib/services/livesync/android-livesync-service.ts
@@ -4,7 +4,7 @@ import { PlatformLiveSyncServiceBase } from "./platform-livesync-service-base";
4
import * as semver from "semver";
5
6
export class AndroidLiveSyncService extends PlatformLiveSyncServiceBase implements IPlatformLiveSyncService {
7
- private static MIN_SOCKETS_LIVESYNC_RUNTIME_VERSION = "4.2.0";
+ private static MIN_SOCKETS_LIVESYNC_RUNTIME_VERSION = "4.2.0-2018-07-13-01";
8
constructor(protected $platformsData: IPlatformsData,
9
protected $projectFilesManager: IProjectFilesManager,
10
private $injector: IInjector,
0 commit comments