Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Oct 22, 2024
1 parent 005c859 commit b2ae043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ packages:
source: sdk
version: "0.0.99"
sodium:
dependency: transitive
dependency: "direct main"
description:
name: sodium
sha256: "738cf31c29f839e3bbad5ff4b3a3ab49dbdd33c2564c0566ca0c195194a135a4"
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.0+6
version: 1.2.1+7

environment:
sdk: ">=3.5.0 <4.0.0"
Expand Down Expand Up @@ -72,6 +72,7 @@ dependencies:
showcaseview: ^3.0.0
# Strict Sodium version compliance for F-Droid
sodium_libs: 3.3.0
sodium: ^3.4.0
sqflite_common_ffi: ^2.0.0+3
sqflite: ^2.0.0+4
swipe:
Expand Down

0 comments on commit b2ae043

Please sign in to comment.