Skip to content

Commit 76e3e4d

Browse files
committed
feat: add Android SDK 29 to supported targets
1 parent 2e3d178 commit 76e3e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/android-tools-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class AndroidToolsInfo implements NativeScriptDoctor.IAndroidToolsInfo {
2222
"android-26",
2323
"android-27",
2424
"android-28",
25+
"android-29"
2526
];
2627
public readonly MIN_REQUIRED_COMPILE_TARGET = 28;
2728
public readonly REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";

0 commit comments

Comments
 (0)