From 09e0453852a05f4dbb943b0625b676cb327a72ca Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Mon, 17 Mar 2014 16:23:05 -0700 Subject: ADT/Tools VersionCheck updated to 22.6.2 ADT 22.61 requires Tools 22.6.2 and vice versa. Change-Id: Id80a0bbdea2c6aece86e9542a2cf8174b0537c0e --- .../src/com/android/ide/eclipse/adt/internal/VersionCheck.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclipse') diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/VersionCheck.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/VersionCheck.java index b471625..5f5232f 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/VersionCheck.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/VersionCheck.java @@ -51,7 +51,7 @@ public final class VersionCheck { /** * The minimum version of the SDK Tools that this version of ADT requires. */ - private final static FullRevision MIN_TOOLS_REV = new FullRevision(22, 6, 1, 0); + private final static FullRevision MIN_TOOLS_REV = new FullRevision(22, 6, 2, 0); /** * Pattern to get the minimum plugin version supported by the SDK. This is read from -- cgit v1.1