79599757

Date: 2025-04-30 07:29:50
Score: 1
Natty:
Report link
productFlavors {    
    dev {        
        dimension "flavor-type"        
        applicationId "ais.xxxx.app.dev"        
        resValue "string", "app_name", "xxxx DEV"
        }   
    qa {        
        dimension "flavor-type"        
        applicationId "xxxx"        
        resValue "string", "app_name", "xxxx QA"
        }   
    prod {        
        dimension "flavor-type"        
        applicationId "ais.xxxx.app"        
        resValue "string", "app_name", "xxxx"
        }    
    }

add the flavor path cofig

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aftab Awan