mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
chore: remove microphone permission; release new build for 2.9.15 (#1724)
* remove microphone permission * bump build to 142
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user