Skip to content

Commit 12a62cd

Browse files
Merge pull request #44 from NativeScript/vladimirov/mincompile-sdk-28
feat: set min required compile SDK to 28
2 parents 8c3d920 + 8e885fe commit 12a62cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/android-tools-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class AndroidToolsInfo implements NativeScriptDoctor.IAndroidToolsInfo {
2222
"android-27",
2323
"android-28",
2424
];
25-
private static MIN_REQUIRED_COMPILE_TARGET = 22;
25+
private static MIN_REQUIRED_COMPILE_TARGET = 28;
2626
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
2727
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
2828
private static MIN_JAVA_VERSION = "1.8.0";

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-doctor",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
55
"main": "lib/index.js",
66
"types": "./typings/nativescript-doctor.d.ts",

0 commit comments

Comments
 (0)