Skip to content

Commit 8cc3a1a

Browse files
Allow using version 26 of Android SDK
1 parent 9595b8d commit 8cc3a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android-tools-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as path from "path";
88

99
export class AndroidToolsInfo implements NativeScriptDoctor.IAndroidToolsInfo {
1010
private static ANDROID_TARGET_PREFIX = "android";
11-
private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25"];
11+
private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25", "android-26"];
1212
private static MIN_REQUIRED_COMPILE_TARGET = 22;
1313
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
1414
private static VERSION_REGEX = /((\d+\.){2}\d+)/;

0 commit comments

Comments
 (0)