diff options
author | Raphael Moll <ralf@android.com> | 2012-10-17 14:38:03 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2012-10-17 14:38:03 -0700 |
commit | 4f0ef52c11bc83f1ceba72c71e11388dd7a4e398 (patch) | |
tree | 0b23ff3458d06dba411cdf90963b83dc09755fa4 /eclipse | |
parent | 8c58ae8d07872be368ad170f5773a4f17c8b4f76 (diff) | |
download | sdk-4f0ef52c11bc83f1ceba72c71e11388dd7a4e398.zip sdk-4f0ef52c11bc83f1ceba72c71e11388dd7a4e398.tar.gz sdk-4f0ef52c11bc83f1ceba72c71e11388dd7a4e398.tar.bz2 |
ADT 21 rc9 depends on Tools 21 rc9.
Change-Id: I069f9df1c50cf16329934046ed1bc5bbd04d2533
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/VersionCheck.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |