From 79185263557759826c41f8f3e1b10629137f2d91 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Mon, 24 Jan 2022 14:55:34 +0000 Subject: [PATCH] Update minimum supported targetSdk to 28. Trailing by 4 major releases, as per schedule. Test: make Bug: 215522897 Change-Id: I893fe0ee68cce4b08061628ed641b845d2d79b63 --- 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 b7c4e48641..b835241e2a 100644 --- a/core/version_util.mk +++ b/core/version_util.mk @@ -240,6 +240,6 @@ ifndef PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION # Used to set minimum supported target sdk version. Apps targeting sdk # version lower than the set value will result in a warning being shown # when any activity from the app is started. - PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 23 + PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 28 endif .KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION