From 2092c97c2e954e8ec389de37419448a3f56bb68f Mon Sep 17 00:00:00 2001 From: Nick Kovacs Date: Mon, 8 Aug 2022 18:44:42 +0000 Subject: [PATCH] Update minimum supported targetSdk to 29 Trailing by 4 major releases, as per schedule. Test: make Bug: 215522897 Change-Id: I33cd75a1092cb54f3f56bab6083d8f9211a32b64 --- core/version_util.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_util.mk b/core/version_util.mk index cbfef96593..00174d9ac0 100644 --- a/core/version_util.mk +++ b/core/version_util.mk @@ -170,7 +170,7 @@ ifndef PLATFORM_SYSTEMSDK_MIN_VERSION # to the public SDK where platform essentially supports all previous SDK versions, # platform supports only a few number of recent system SDK versions as some of # old system APIs are gradually deprecated, removed and then deleted. - PLATFORM_SYSTEMSDK_MIN_VERSION := 28 + PLATFORM_SYSTEMSDK_MIN_VERSION := 29 endif .KATI_READONLY := PLATFORM_SYSTEMSDK_MIN_VERSION