From db042bdccd0887af6137dba273cda7dd605718fb Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Wed, 29 Jul 2015 10:37:24 -0700 Subject: [PATCH] Bump PLATFORM_PREVIEW_SDK_VERSION to 3 Change-Id: I5a0ec062c2893bf1ac7fbec3ce98953283efcaf7 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index e384526159..c481bbcf7c 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -80,7 +80,7 @@ else # assuming the device can only support APIs as of the previous official # public release. # This value will always be 0 for release builds. - PLATFORM_PREVIEW_SDK_VERSION := 2 + PLATFORM_PREVIEW_SDK_VERSION := 3 endif endif