commit | 1f0692b555ffe187ad08ae2b07f24e0934be1b85 | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Thu Mar 28 15:29:55 2013 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Thu Mar 28 15:29:55 2013 -0700 |
tree | 90dbbc40d03ff4f51dcf280b0ca5df794d9ae2cc | |
parent | 125cc1943795916d8e154964b1c16f249056d031 [diff] |
Add more version checks. Change-Id: I514cf4bc0c16c59073ad278c2645797a7654051b
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 df204b8..dfc2e33 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 @@ /** * 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, 9); + private final static FullRevision MIN_TOOLS_REV = new FullRevision(22, 0, 0, 0); /** * Pattern to get the minimum plugin version supported by the SDK. This is read from