CB-11259: Improving build output

This closes #305
This commit is contained in:
Richard Knoll
2016-05-03 16:25:48 -07:00
parent e9e27ca47c
commit 9738079c42
11 changed files with 49 additions and 41 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ String doFindLatestInstalledBuildTools(String minBuildToolsVersion) {
highestBuildToolsVersion
} else {
throw new RuntimeException(
"No installed build tools found. Please install the Android build tools version " +
"No installed build tools found. Install the Android build tools version " +
minBuildToolsVersion + " or higher.")
}
}