Skip to content

Commit 6bf9f19

Browse files
author
Vladimir Enchev
committed
Min Java version raised
1 parent 0403c15 commit 6bf9f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android-tools-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
88
private static MIN_REQUIRED_COMPILE_TARGET = 22;
99
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
1010
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
11-
private static MIN_JAVA_VERSION = "1.7.0";
11+
private static MIN_JAVA_VERSION = "1.8.0";
1212

1313
private showWarningsAsErrors: boolean;
1414
private toolsInfo: IAndroidToolsInfoData;

0 commit comments

Comments
 (0)