google-services icon indicating copy to clipboard operation
google-services copied to clipboard

Using google-services.json in seprate module with different flavors

Open Girish-Setti opened this issue 2 years ago • 0 comments

Iam using multi-module architecture application so I create a serapte module for google service with 2 flavors. When i create new module throw the error : No matching clent found for package name 'com.example.android.googleservice ' I added apply plugin: 'com.google.gms.google-servie' in newmodel gradle file

Application Package Name : com.example.android New module package name: com.example.android.googleservice

Girish-Setti avatar Dec 22 '22 18:12 Girish-Setti