Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Bump all plugins compilesdkversion
  • Loading branch information
camsim99 committed Oct 19, 2022
commit 3a8cea106cede656826fb2f82e5a9e867eddfaae
4 changes: 2 additions & 2 deletions script/tool/lib/src/create_all_plugins_app_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ class CreateAllPluginsAppCommand extends PackageCommand {
// minSdkVersion 19 is required by WebView.
newGradle.writeln('minSdkVersion 20');
} else if (line.contains('compileSdkVersion')) {
// compileSdkVersion 32 is required by webview_flutter.
newGradle.writeln('compileSdkVersion 32');
// compileSdkVersion 33 is required by local_auth.
newGradle.writeln('compileSdkVersion 33');
} else {
newGradle.writeln(line);
}
Expand Down