We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c4380a + 85c4ece commit ef4a03eCopy full SHA for ef4a03e
lib/android-tools-info.ts
@@ -4,7 +4,7 @@ import {EOL} from "os";
4
5
export class AndroidToolsInfo implements IAndroidToolsInfo {
6
private static ANDROID_TARGET_PREFIX = "android";
7
- private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24"];
+ private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25"];
8
private static MIN_REQUIRED_COMPILE_TARGET = 22;
9
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
10
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
0 commit comments