chore: remove microphone permission; release new build for 2.9.15 (#1724)

* remove microphone permission

* bump build to 142
This commit is contained in:
Justin Hernandez
2026-02-09 16:58:20 -08:00
committed by GitHub
parent 63e4fdb111
commit 2fbd39f5eb
3 changed files with 5 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 141
versionCode 142
versionName "2.9.15"
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
externalNativeBuild {

View File

@@ -19,6 +19,8 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<!-- Remove FOREGROUND_SERVICE_MICROPHONE merged in by Sumsub SDK (VideoIdent is disabled) -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE" tools:node="remove" />
<application
android:name=".MainApplication"

View File

@@ -4,7 +4,7 @@
"lastDeployed": "2026-02-09T22:47:48.603Z"
},
"android": {
"build": 141,
"lastDeployed": "2026-02-09T23:39:26Z"
"build": 142,
"lastDeployed": "2026-02-10T00:22:34Z"
}
}