We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c3d920 + 8e885fe commit 12a62cdCopy full SHA for 12a62cd
lib/android-tools-info.ts
@@ -22,7 +22,7 @@ export class AndroidToolsInfo implements NativeScriptDoctor.IAndroidToolsInfo {
22
"android-27",
23
"android-28",
24
];
25
- private static MIN_REQUIRED_COMPILE_TARGET = 22;
+ private static MIN_REQUIRED_COMPILE_TARGET = 28;
26
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
27
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
28
private static MIN_JAVA_VERSION = "1.8.0";
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-doctor",
3
- "version": "1.5.0",
+ "version": "1.6.0",
4
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
5
"main": "lib/index.js",
6
"types": "./typings/nativescript-doctor.d.ts",
0 commit comments