mirror of
https://github.com/appditto/natrium_wallet_flutter.git
synced 2026-03-13 10:30:53 +08:00
Change to USE_BIOMETRIC
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
@@ -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" />
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user