android-sdk
android-sdk copied to clipboard
Manifest merger failed with Auth lib 2.0.2
Issue found on 7/7/22.
SDK Version: Auth 2.0.2
OS Version: /
Scope(s): /
Steps to reproduce:
- Include Auth lib 2.0.2
- Try to build app
Expected behaviour:
App builds normally.
Actual behaviour:
> Task :app:processStagingDebugMainManifest FAILED
/Users/markogajic/AndroidStudioProjects/unifi/app/src/main/AndroidManifest.xml Error:
Attribute data@host at AndroidManifest.xml requires a placeholder substitution but no value for <redirectHostName> is provided.
/Users/markogajic/AndroidStudioProjects/unifi/app/src/main/AndroidManifest.xml Error:
Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for <redirectSchemeName> is provided.
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
Execution failed for task ':app:processStagingDebugMainManifest'.
> Manifest merger failed with multiple errors, see logs