From cc1f5e43aa0a1948f19d3e4b87f6b921aa531405 Mon Sep 17 00:00:00 2001 From: Joseph Jang Date: Wed, 26 Jan 2022 03:15:15 +0000 Subject: [PATCH] Revert "Update minimum supported targetSdk to 28." This reverts commit 79185263557759826c41f8f3e1b10629137f2d91. Reason for revert: Change-Id: I4d11564314034d7596261c1760dd79d3d5b82f2e --- 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 b835241e2a..b7c4e48641 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 := 28 + PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 23 endif .KATI_READONLY := PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION