From 4f0ef52c11bc83f1ceba72c71e11388dd7a4e398 Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Wed, 17 Oct 2012 14:38:03 -0700 Subject: ADT 21 rc9 depends on Tools 21 rc9. Change-Id: I069f9df1c50cf16329934046ed1bc5bbd04d2533 --- .../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 4bfb029..9c42967 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 @@ -49,7 +49,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(21, 0, 0, 5); + private final static FullRevision MIN_TOOLS_REV = new FullRevision(21, 0, 0, 9); /** * Pattern to get the minimum plugin version supported by the SDK. This is read from -- cgit v1.1