Change to USE_BIOMETRIC

This commit is contained in:
Brandon Berhent
2023-09-04 10:04:35 -04:00
parent f3d8fb45a1
commit 006ecfad14
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -91,3 +91,4 @@ ios/fastlane/report.xml
ios/fastlane/Preview.html
ios/fastlane/metadata/review_information
ios/fastlane/metadata/trade_representative_contact_information
ios/.env

View File

@@ -5,7 +5,7 @@
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.USE_FINGERPRINT"/>
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

View File

@@ -6,7 +6,7 @@ description: Natrium - Fast, Robust & Secure NANO Wallet.
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
version: 2.5.0+84
version: 2.5.1+85
environment:
sdk: ">=2.11.99 <3.0.0"