File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
22
~ THE SOFTWARE.
23
23
-->
24
24
25
+ <!-- Ignore rule required due to the 'queries' tag, fix only available for targetSdk=30 -->
26
+ <!-- suppress AndroidElementNotAllowed -->
25
27
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
26
28
xmlns : tools =" http://schemas.android.com/tools"
27
29
package =" com.auth0.android.auth0" >
54
56
55
57
<activity android : name =" com.auth0.android.provider.WebAuthActivity" />
56
58
</application >
59
+ <queries >
60
+ <intent >
61
+ <action android : name =" android.intent.action.VIEW" />
62
+ <category android : name =" android.intent.category.BROWSABLE" />
63
+ <data android : scheme =" https" />
64
+ </intent >
65
+ </queries >
57
66
58
67
</manifest >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
google()
10
10
}
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:3.4.2 '
12
+ classpath ' com.android.tools.build:gradle:3.4.3 '
13
13
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments