Skip to content

Commit b533d8c

Browse files
committed
Support 16K Android memory page size
1 parent 9e60b6e commit b533d8c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ packages:
5353
dependency: "direct main"
5454
description:
5555
path: "."
56-
ref: api34
57-
resolved-ref: "719b746a9b7fc4c1c1c9e02960c0e55676b13cb8"
56+
ref: master
57+
resolved-ref: "7561c4d6271f9186ff84f6f17e7b026e638db50e"
5858
url: "https://github.com/kee-org/argon2_ffi.git"
5959
source: git
6060
version: "2.0.1"

pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
argon2_ffi:
4545
git:
4646
url: https://github.com/kee-org/argon2_ffi.git
47-
ref: api34
47+
ref: master
4848
flutter_autofill_service: ^0.20.0
4949
# git:
5050
# url: https://github.com/kee-org/flutter_autofill_service.git
@@ -80,7 +80,7 @@ dependencies:
8080
# The following adds the Cupertino Icons font to your application.
8181
# Use with the CupertinoIcons class for iOS style icons.
8282
cupertino_icons: ^1.0.8
83-
83+
app_links: ^6.4.0
8484
flutter_persistent_queue:
8585
git:
8686
url: https://github.com/kee-org/flutter_persistent_queue
@@ -151,8 +151,6 @@ dependency_overrides:
151151
# path: ../barcode_scan2/
152152
# receive_intent:
153153
# path: ../receive_intent/
154-
# share_plus:
155-
# path: ../plus_plugins/packages/share_plus/share_plus/
156154

157155
# For information on the generic Dart part of this file, see the
158156
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)