Merge "Revert "Update minimum supported targetSdk to 28.""

This commit is contained in:
Joseph Jang 2022-01-26 04:21:54 +00:00 committed by Gerrit Code Review
commit d643a20d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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