Skip to content

Commit ef4a03e

Browse files
authored
Merge pull request #2202 from NativeScript/add-android-sdk-25-support
add sdk 25 to supported targets
2 parents 5c4380a + 85c4ece commit ef4a03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android-tools-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {EOL} from "os";
44

55
export class AndroidToolsInfo implements IAndroidToolsInfo {
66
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"];
7+
private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25"];
88
private static MIN_REQUIRED_COMPILE_TARGET = 22;
99
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
1010
private static VERSION_REGEX = /((\d+\.){2}\d+)/;

0 commit comments

Comments
 (0)