Bump to version 1.1.1

This commit is contained in:
topjohnwu 2019-11-14 23:06:16 -05:00
parent 833def6af5
commit a235ef2713
2 changed files with 3 additions and 3 deletions

View File

@ -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/**'
}
}

View File

@ -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" />