Fix qrcode (#486)

* update AndroidManifest.xml to remove unnecessary pathPrefix from deeplink configuration

* bump android version

* fix self qrcode
This commit is contained in:
turnoffthiscomputer
2025-03-27 19:21:44 -04:00
committed by GitHub
parent a0672cc574
commit 62d73f64d6
4 changed files with 13 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 48
versionCode 49
versionName "2.5.0"
externalNativeBuild {
cmake {

View File

@@ -41,8 +41,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="https"
android:host="redirect.self.xyz"
android:pathPrefix="/" />
android:host="redirect.self.xyz" />
</intent-filter>
<meta-data