File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments