mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Fix qrcode (#486)
* update AndroidManifest.xml to remove unnecessary pathPrefix from deeplink configuration * bump android version * fix self qrcode
This commit is contained in:
committed by
GitHub
parent
a0672cc574
commit
62d73f64d6
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user