Skip to content
Prev Previous commit
fix typo
  • Loading branch information
camsim99 committed Sep 29, 2025
commit 459ef39e768c678e4b91c14e4182fc72f188b30d
2 changes: 1 addition & 1 deletion script/tool/lib/src/gradle_check_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ for more details.''';
return false;
}
} else {
// Extract compileSdkVersion and check if it higher than flutter.compileSdkVersion.
// Extract compileSdkVersion and check if it is higher than flutter.compileSdkVersion.
final RegExp numericVersionPattern = RegExp(r'=\s*(\d+)');
final RegExpMatch? versionMatch =
numericVersionPattern.firstMatch(compileSdkLine);
Expand Down