File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class UpdateDependencyCommand extends PackageLoopingCommand {
5858 'Updates KGP version used in plugin example apps.' ,
5959 _AndroidDependencyType .compileSdk:
6060 'Updates compileSdk version used to compile plugins.' ,
61- _AndroidDepdencyType .compileSdkForExamples:
61+ _AndroidDependencyType .compileSdkForExamples:
6262 'Updates compileSdk version used to compile plugin examples.' ,
6363 });
6464 argParser.addOption (
@@ -174,7 +174,7 @@ A version with a valid format (3 numbers separated by 2 periods) must be provide
174174 } else if (_targetAndroidDependency ==
175175 _AndroidDependencyType .compileSdk ||
176176 _targetAndroidDependency ==
177- _AndroidDepdencyType .compileSdkForExamples) {
177+ _AndroidDependencyType .compileSdkForExamples) {
178178 final RegExp validSdkVersion = RegExp (r'^\d{1,2}$' );
179179 final bool isValidSdkVersion =
180180 validSdkVersion.stringMatch (version) == version;
You can’t perform that action at this time.
0 commit comments