commit | 871273f6d50db2e10c0c5a9601e8352ed896a92f | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Thu Mar 28 22:22:18 2013 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Mar 28 22:22:18 2013 -0700 |
tree | 90dbbc40d03ff4f51dcf280b0ca5df794d9ae2cc | |
parent | 9a9db1681111a74fe7cf5a883c6a2ffcded0686f [diff] | |
parent | dba01032b2766567d676a6b9b7ebb044d897a0ef [diff] |
am dba01032: am bd0029b0: Merge "Add more version checks." * commit 'dba01032b2766567d676a6b9b7ebb044d897a0ef': Add more version checks.
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