File tree 4 files changed +4
-12
lines changed
4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ android {
136
136
targetSdkVersion rootProject. ext. targetSdkVersion
137
137
versionCode 1
138
138
versionName " 1.0"
139
+ manifestPlaceholders = [auth0Domain : " YOUR_AUTH0_DOMAIN" ,
140
+ auth0Scheme : " ${ applicationId} " ]
139
141
}
140
142
splits {
141
143
abi {
Original file line number Diff line number Diff line change 13
13
<activity
14
14
android : name =" .MainActivity"
15
15
android : label =" @string/app_name"
16
- android : launchMode =" singleTask"
17
16
android : configChanges =" keyboard|keyboardHidden|orientation|screenSize"
18
17
android : windowSoftInputMode =" adjustResize" >
19
18
<intent-filter >
20
19
<action android : name =" android.intent.action.MAIN" />
21
20
<category android : name =" android.intent.category.LAUNCHER" />
22
21
</intent-filter >
23
- <intent-filter >
24
- <action android : name =" android.intent.action.VIEW" />
25
- <category android : name =" android.intent.category.DEFAULT" />
26
- <category android : name =" android.intent.category.BROWSABLE" />
27
- <data
28
- android : host =" {DOMAIN}"
29
- android : pathPrefix =" /android/${applicationId}/callback"
30
- android : scheme =" ${applicationId}" />
31
- </intent-filter >
32
22
</activity >
33
23
</application >
34
24
</manifest >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
jcenter()
14
14
}
15
15
dependencies {
16
- classpath(' com.android.tools.build:gradle:4.2.0 ' )
16
+ classpath(' com.android.tools.build:gradle:4.2.1 ' )
17
17
// NOTE: Do not place your application dependencies here; they belong
18
18
// in the individual module build.gradle files
19
19
}
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"react" : " 17.0.1" ,
13
13
"react-native" : " 0.64.0" ,
14
- "react-native-auth0" : " 2.8.3 "
14
+ "react-native-auth0" : " 2.9.0 "
15
15
},
16
16
"devDependencies" : {
17
17
"@babel/core" : " ^7.12.9" ,
You can’t perform that action at this time.
0 commit comments