Fix typo in gradle tools exit message (#46580)
This commit is contained in:
committed by
Shi-Hao Hong
parent
bda9d90804
commit
4938ea0385
@@ -200,7 +200,7 @@ String getGradleVersionFor(String androidPluginVersion) {
|
||||
if (_isWithinVersionRange(androidPluginVersion, min: '3.4.0', max: '3.5.0')) {
|
||||
return '5.6.2';
|
||||
}
|
||||
throwToolExit('Unsuported Android Plugin version: $androidPluginVersion.');
|
||||
throwToolExit('Unsupported Android Plugin version: $androidPluginVersion.');
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user