Do small change in app/build.gradle file.
android {
compileSdkVersion 33
buildToolsVersion '34.0.0'
defaultConfig {
applicationId "com.appname.app"
...
// place correct redirectScheme~
manifestPlaceholders = [appAuthRedirectScheme: 'com.redirectScheme.comm']
}