79191140

Date: 2024-11-15 04:55:51
Score: 0.5
Natty:
Report link

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']

}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pratik Prakash Bindage