aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/com/android
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-10-29 10:07:07 -0700
committerTor Norbye <tnorbye@google.com>2012-11-05 10:10:15 -0800
commit3c0791b9e5e0e85f19becd991bd8b7823871d575 (patch)
tree1f13460f533d34eed5a712a3d456cf826ae34f88 /common/src/com/android
parent9d4d9820022556b4e41fbb93bdf4d9b0e478481a (diff)
downloadsdk-3c0791b9e5e0e85f19becd991bd8b7823871d575.zip
sdk-3c0791b9e5e0e85f19becd991bd8b7823871d575.tar.gz
sdk-3c0791b9e5e0e85f19becd991bd8b7823871d575.tar.bz2
Update known version names constants
Change-Id: Ib6b09a1ff85c45b4fc6c407e3404a8a58c6f84ea
Diffstat (limited to 'common/src/com/android')
-rw-r--r--common/src/com/android/SdkConstants.java2
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;
}