From c514656c7ca676bc02ca5314e8799de156f163d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 03:04:58 +0000 Subject: [PATCH] Bump flutter_launcher_icons from 0.12.0 to 0.13.1 in /game_template Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.12.0 to 0.13.1. - [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases) - [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: flutter_launcher_icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- game_template/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_template/pubspec.yaml b/game_template/pubspec.yaml index 7a9800e4628..9599f6994ed 100644 --- a/game_template/pubspec.yaml +++ b/game_template/pubspec.yaml @@ -34,7 +34,7 @@ dev_dependencies: path: ../analysis_defaults flutter_test: sdk: flutter - flutter_launcher_icons: ^0.12.0 + flutter_launcher_icons: ^0.13.1 test: ^1.19.0 flutter: