google-services
google-services copied to clipboard
Using google-services.json in seprate module with different flavors
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