mirror of
https://github.com/topjohnwu/Fingerface.git
synced 2024-11-26 21:20:23 +00:00
Bump to version 1.1.1
This commit is contained in:
parent
833def6af5
commit
a235ef2713
@ -11,7 +11,7 @@ android {
|
||||
minSdkVersion 29
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "1.1.0"
|
||||
versionName "1.1.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@ -22,7 +22,7 @@ android {
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude '/META-INF/*.kotlin_module'
|
||||
exclude '/META-INF/**'
|
||||
exclude '/kotlin/**'
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
android:value="true" />
|
||||
<meta-data
|
||||
android:name="xposeddescription"
|
||||
android:value="Use faceId unlock app which support fingerprint" />
|
||||
android:value="Redirect all calls to FingerprintManager to BiometricPrompt" />
|
||||
<meta-data
|
||||
android:name="xposedminversion"
|
||||
android:value="30" />
|
||||
|
Loading…
Reference in New Issue
Block a user