Skip to content

Commit

Permalink
version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wheatley committed Jun 15, 2017
1 parent 749ec9b commit b9cfb37
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 1.2.8
### What's New
* Updates to README
* Merge pull request #66 from videmort/master: Update Spanish literal
* Merge pull request #65 from nataze/backup-PIN: PIN fallback when fingerprint isn't supported
* **Bug fix** for issue #54
* Allow state loss of dialog fragment
* Changed manifest permission check
* Now using cordova.hasPermission()
* Removed dependency on android.support.v4 library
* Removed build-extras.gradle

# Version 1.2.7
### What's New
* Improved German translations - pull request #58
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-android-fingerprint-auth",
"version": "1.2.7",
"version": "1.2.8",
"description": "Cordova plugin to use Android fingerprint authentication API",
"cordova": {
"id": "cordova-plugin-android-fingerprint-auth",
Expand Down
4 changes: 1 addition & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-android-fingerprint-auth"
version="1.2.7">
version="1.2.8">
<name>FingerprintAuth</name>
<description>Cordova plugin to use Android fingerprint authentication API</description>
<license>Apache 2.0</license>
Expand All @@ -23,10 +23,8 @@
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<!--<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="23" />-->
</config-file>

<source-file src="build-extras.gradle" target-dir="." />
<source-file src="src/android/FingerprintAuth.java" target-dir="src/com/cordova/plugin/android/fingerprintauth" />
<source-file src="src/android/FingerprintAuthenticationDialogFragment.java" target-dir="src/com/cordova/plugin/android/fingerprintauth" />
<source-file src="src/android/FingerprintUiHelper.java" target-dir="src/com/cordova/plugin/android/fingerprintauth" />
Expand Down

0 comments on commit b9cfb37

Please sign in to comment.