We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2435aad + f2adebf commit 412fafaCopy full SHA for 412fafa
lib/android-tools-info.ts
@@ -6,7 +6,7 @@ import * as semver from "semver";
6
7
export class AndroidToolsInfo implements IAndroidToolsInfo {
8
private static ANDROID_TARGET_PREFIX = "android";
9
- private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22"];
+ private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23"];
10
private static MIN_REQUIRED_COMPILE_TARGET = 21;
11
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=22";
12
private static VERSION_REGEX = /^(\d+\.){2}\d+$/;
0 commit comments