diff options
Diffstat (limited to 'common/src/com/android')
-rw-r--r-- | common/src/com/android/SdkConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/com/android/SdkConstants.java b/common/src/com/android/SdkConstants.java index cd0cdcd..ad6274d 100644 --- a/common/src/com/android/SdkConstants.java +++ b/common/src/com/android/SdkConstants.java @@ -1146,5 +1146,5 @@ public final class SdkConstants { * release. This number is used as a baseline and any more recent platforms * found can be used to increase the highest known number. */ - public static final int HIGHEST_KNOWN_API = 16; + public static final int HIGHEST_KNOWN_API = 17; } |