Skip to content

Commit 7831352

Browse files
Update requirement for Android Build Tools
Set minimum required Android Build Tools 23.0.0
1 parent 8fcd5df commit 7831352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/android-tools-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
99
private static ANDROID_TARGET_PREFIX = "android";
1010
private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23"];
1111
private static MIN_REQUIRED_COMPILE_TARGET = 22;
12-
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=22";
12+
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
1313
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
1414
private static MIN_JAVA_VERSION = "1.7.0";
1515

@@ -278,7 +278,7 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
278278
selectedVersion = _.find(subDirs, dir => dir.indexOf(version) !== -1);
279279
}
280280
}
281-
281+
this.$logger.trace("Selected version is: ", selectedVersion);
282282
return selectedVersion;
283283
}).future<string>()();
284284
}

0 commit comments

Comments
 (0)