diff options
author | Raphael Moll <raphael@google.com> | 2013-09-18 16:04:19 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-18 16:04:19 -0700 |
commit | a09e05b32829305195f0a753f21672468771fe33 (patch) | |
tree | adc9a346dc64ebbf6732f7d1fe4ba603657e04d3 | |
parent | 77015cc39a6d819ff6f6edb87874f6fdb370eaae (diff) | |
parent | 6e3ada8e28325df20dd064da92e885b1750c06cd (diff) | |
download | sdk-a09e05b32829305195f0a753f21672468771fe33.zip sdk-a09e05b32829305195f0a753f21672468771fe33.tar.gz sdk-a09e05b32829305195f0a753f21672468771fe33.tar.bz2 |
am 6e3ada8e: Merge "ADT requires Tools 22.2.1"
* commit '6e3ada8e28325df20dd064da92e885b1750c06cd':
ADT requires Tools 22.2.1
-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 4aeb2cc..45e350d 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, 0, 0, 0); + private final static FullRevision MIN_TOOLS_REV = new FullRevision(22, 2, 1, 0); /** * Pattern to get the minimum plugin version supported by the SDK. This is read from |