From 891d86d4929682d23229b16deb1d81aaffc70fe0 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 25 May 2016 16:48:56 -0700 Subject: [PATCH] N is API 24 Change-Id: I8e4fbc1d64a6cd3eb0b4765f696ae48170264d52 --- 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 1c1e2cae2e..b7c4542c59 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -55,7 +55,7 @@ ifeq "" "$(PLATFORM_SDK_VERSION)" # intermediate builds). During development, this number remains at the # SDK version the branch is based on and PLATFORM_VERSION_CODENAME holds # the code-name of the new development work. - PLATFORM_SDK_VERSION := 23 + PLATFORM_SDK_VERSION := 24 endif ifeq "" "$(PLATFORM_JACK_MIN_SDK_VERSION)"