Skip to content

Commit

Permalink
build: fix Android build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Moseco committed Oct 17, 2024
1 parent 259259c commit eb87f2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,11 @@ packages:
disk_space_plus:
dependency: "direct main"
description:
name: disk_space_plus
sha256: "5158e9fab92426e1f1083531de9a48bbeb76168df9fa6d25c5c5d2d37c642216"
url: "https://pub.dev"
source: hosted
path: "."
ref: ce64cfb
resolved-ref: ce64cfbe43227697e6bf94b5aabbe8b4076d8601
url: "https://github.com/Moseco/disk_space_plus"
source: git
version: "0.2.3"
dots_indicator:
dependency: transitive
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ dependencies:
url_launcher: ^6.1.12
dio: ^5.3.3
in_app_review: ^2.0.8
disk_space_plus: ^0.2.3
disk_space_plus: # TODO change after new version published
git:
url: https://github.com/Moseco/disk_space_plus
ref: 'ce64cfb'
share_plus: ^7.2.2
app_links: ^6.3.2
uri_to_file: ^1.0.0
Expand Down

0 comments on commit eb87f2e

Please sign in to comment.