You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- This line uses the placeholder defined in your build.gradle -->
<data android:scheme="${appAuthRedirectScheme}" />
</intent-filter>` to AndroidManifest.xml
I believe this is caused because shared_preferences_android is a transitive dependency and this is failing on shared_preferences_android:lintDebug. The only way I am able to get my gradlew clean build to pass is to use these flags: ./gradlew clean build -x lint -x test
Checklist
Description
Execution failed for task ':auth0_flutter:testDebugUnitTest'.
Reproduction
Create a Flutter Project
Install auth0_flutter: ^1.5.0
Add manifestPlaceholders += [auth0Domain: auth0Domain, auth0Scheme: auth0Scheme, appAuthRedirectScheme: appAuthRedirectScheme] in android/app/build.gradle
Add `
Run gradlew clean build
Additional context
"com.android.tools.build:gradle:8.3.0"
minSdkVersion 22
targetSdkVersion 34
auth0_flutter version
1.5.0
Flutter version
3.19.2
Platform
Android
Platform version(s)
No response
The text was updated successfully, but these errors were encountered: