We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c6310 commit 22daa61Copy full SHA for 22daa61
lib/android-tools-info.ts
@@ -5,7 +5,7 @@ import { cache } from "./common/decorators";
5
6
export class AndroidToolsInfo implements IAndroidToolsInfo {
7
private static ANDROID_TARGET_PREFIX = "android";
8
- private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25"];
+ private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25", "android-26"];
9
private static MIN_REQUIRED_COMPILE_TARGET = 22;
10
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
11
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
0 commit comments