Skip to content

Commit 68dd54e

Browse files
author
Pedro Martins
committed
Add required queries in the manifest
YM-25652 The gradle update is also required to support the queries.
1 parent 7e43b08 commit 68dd54e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.5.0'
11+
classpath 'com.android.tools.build:gradle:3.5.4'
1212
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.20.0"
1313
}
1414
}

yoti-sdk/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.yoti.mobile.android.sdk">
44

5+
<queries>
6+
<package android:name="com.yoti.mobile.android.live" />
7+
<package android:name="com.postofficeid.mobile.android.live" />
8+
</queries>
9+
510
<application
611
android:label="@string/app_name">
712
<activity android:name=".ReceiverActivity"

0 commit comments

Comments
 (0)