Compare commits

...

3 Commits

Author SHA1 Message Date
vishnukvmd
a088c61785 v1.0.2 2022-11-03 14:06:49 +05:30
vishnukvmd
640fad7b3c Add permission to use biometric auth on Android devices 2022-11-03 14:06:25 +05:30
vishnukvmd
f6df133e73 Add permission for biometric auth to Info.plist 2022-11-03 14:04:47 +05:30
3 changed files with 8 additions and 1 deletions

View File

@@ -52,4 +52,9 @@
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29"
tools:ignore="ScopedStorage"/>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.app">
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
<manifest>
</manifest>

View File

@@ -56,5 +56,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSFaceIDUsageDescription</key>
<string>Please allow auth to lock itself with FaceID or TouchID</string>
</dict>
</plist>

View File

@@ -1,6 +1,6 @@
name: ente_auth
description: ente two-factor authenticator
version: 1.0.1+2
version: 1.0.2+3
publish_to: none
environment: