Fix for "adb: Syntax error: ")" unexpected"

This commit is contained in:
Michael Bogdanov
2016-04-29 13:04:29 +03:00
parent ed0fa2c26c
commit 0f110b049b
@@ -38,7 +38,8 @@ public class SDKDownloader {
private final PathManager pathManager; private final PathManager pathManager;
private static final String PLATFORM_TOOLS = "23.1.0"; //NOTE: PLATFORM_TOOLS 23.1.0 requires only 64 bit build agents
private static final String PLATFORM_TOOLS = "23.0.1";
private static final String SDK_TOOLS = "25.1.1"; private static final String SDK_TOOLS = "25.1.1";
public static final String BUILD_TOOLS = "23.0.3"; public static final String BUILD_TOOLS = "23.0.3";
private static final int ANDROID_VERSION = 16; private static final int ANDROID_VERSION = 16;