Rahul Ray
01/19/2022, 2:45 PMstaging {
applicationIdSuffix ".staging"
}
but I am getting this error
Caused by: org.gradle.api.GradleException: No matching client found for package name
I can fix this by creating seperate sourceSets and put seperate google_services.json files in them.
Now I don't want to create seperate sourceSets for staging and prod build types.
Can anyone suggest me a solution to this?Devanshu Kaushik
01/19/2022, 6:26 PMNow I don’t want to create seperate sourceSets for staging and prod build types.Not sure why you don’t want to create separate source sets, you’d still have a main source set for common files.