We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e43b08 commit 68dd54eCopy full SHA for 68dd54e
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
mavenCentral()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:3.5.0'
+ classpath 'com.android.tools.build:gradle:3.5.4'
12
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.20.0"
13
14
yoti-sdk/src/main/AndroidManifest.xml
@@ -2,6 +2,11 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.yoti.mobile.android.sdk">
4
5
+ <queries>
6
+ <package android:name="com.yoti.mobile.android.live" />
7
+ <package android:name="com.postofficeid.mobile.android.live" />
+ </queries>
+
<application
android:label="@string/app_name">
<activity android:name=".ReceiverActivity"
0 commit comments