From 52ffa567f5b702c97177d61182eb484abe917deb Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sun, 4 Sep 2016 04:40:06 -0700 Subject: [PATCH] cm: New CMSDK API level 7 - Guava Change-Id: I38bd9b5dea02593801f130a7d790d0dddb1e800e --- config/cmsdk_common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmsdk_common.mk b/config/cmsdk_common.mk index 78563711..5c9a8369 100644 --- a/config/cmsdk_common.mk +++ b/config/cmsdk_common.mk @@ -34,7 +34,7 @@ ifndef CM_PLATFORM_SDK_VERSION # the SDK are released. It should only be incremented when the APIs for # the new release are frozen (so that developers don't write apps against # intermediate builds). - CM_PLATFORM_SDK_VERSION := 6 + CM_PLATFORM_SDK_VERSION := 7 endif ifndef CM_PLATFORM_REV