Skip to content

Commit

Permalink
Merge pull request #28 from alexch33/dev
Browse files Browse the repository at this point in the history
runner fix
  • Loading branch information
alexch33 authored Aug 18, 2024
2 parents f42cd18 + 8dcc57d commit 4189009
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Anime recommendations app
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 0.4.0+18
version: 0.4.1+18

environment:
sdk: ">=2.19.0 <3.0.0"
Expand Down Expand Up @@ -39,12 +39,11 @@ dependencies:
flutter_inappwebview: 6.0.0
google_mobile_ads: 5.1.0
share_plus: 10.0.2
json_annotation: 4.9.0

dev_dependencies:
analyzer: 6.7.0

dependency_overrides:
webview_flutter_android: 3.16.1
json_serializable: 6.8.0

flutter_test:
sdk: flutter
Expand All @@ -57,6 +56,9 @@ dependency_overrides:
mobx_codegen: 2.6.1
build_runner: 2.4.12

dependency_overrides:
webview_flutter_android: 3.16.1

flutter_icons:
image_path: "assets/icons/ic_launcher.png"
android: true
Expand Down

0 comments on commit 4189009

Please sign in to comment.