# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under both the MIT license found in the
# LICENSE-MIT file in the root directory of this source tree and the Apache
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
# of this source tree.
# All the target SDK versions currently in use.
TARGET_SDK_VERSIONS = [
"1.0",
"4.0",
"7.0",
"9.0",
"10.0",
"10.10",
"10.12",
"10.13",
"10.14",
"10.15",
"11.0",
"11.3",
"12.0",
"12.1",
"12.4",
"13.0",
"13.1",
"13.3",
"13.4",
"14.0",
"14.2",
"15.0",
"15.1",
"15.2",
"15.5",
"16.0",
"16.1",
"16.3",
"17.0",
"18.0",
]