Skip to content

Commit

Permalink
fix: Changed the minimum version of GoogleMap to 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jul 20, 2023
1 parent dca4496 commit 8daaae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/katana_cli/lib/action/app/location.dart
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class AppLocationCliAction extends CliCommand with CliActionMixin {
.any((element) => element.startsWith("flutter.minSdkVersion"))) {
await configPropertiesFile.writeAsString([
...configProperties,
"flutter.minSdkVersion=21",
"flutter.minSdkVersion=23",
].join("\n"));
}
label("Edit build.gradle");
Expand Down

0 comments on commit 8daaae2

Please sign in to comment.