Skip to content

Commit

Permalink
Change to USE_BIOMETRIC permission
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Sep 4, 2023
1 parent a7e3dc6 commit 63a60ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ ios/fastlane/metadata/review_information
ios/fastlane/metadata/trade_representative_contact_information

ios/Flutter/flutter_export_environment.sh
ios/.env
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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" />
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A new Flutter project.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.4.0+95
version: 2.4.1+96

environment:
sdk: ">=2.11.99 <3.0.0"
Expand Down

0 comments on commit 63a60ff

Please sign in to comment.