cordova-plugin-android-fingerprint-auth
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
#Version 1.2.2 | ||
###What's New | ||
* **Bug fix** - `isAvailable()` returning message "Missing required parameters". | ||
* Added `build-extras.gradel` to add dependency `com.android.support:support-v4:23.0.0` to check for manifest permissions. | ||
* Added check and request for permission to use fingerprints. | ||
* Added error handling for `SecurityException` | ||
#Version 1.2.0 | ||
@@ -2,0 +9,0 @@ ###What's New |
{ | ||
"name": "cordova-plugin-android-fingerprint-auth", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Cordova plugin to use Android fingerprint authentication API", | ||
@@ -5,0 +5,0 @@ "cordova": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
483261
45